X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=winstuff.h;h=240dcb7b0681b3bcdaaaf233f95b8597c4e60539;hb=afbd7779e49eaf5f36a8cc94a6ccde1db6d0ba16;hp=ccb246bd5bcaf41e47b0612b89129c8eb4a47b08;hpb=12e7195c0e536e812e9848146c708e5e4f9a9be7;p=PuTTY.git diff --git a/winstuff.h b/winstuff.h index ccb246bd..240dcb7b 100644 --- a/winstuff.h +++ b/winstuff.h @@ -29,6 +29,11 @@ struct ctlpos { char *boxtext; }; +/* + * Exports from winutils.c. + */ +void split_into_argv(char *, int *, char ***); + /* * Private structure for prefslist state. Only in the header file * so that we can delegate allocation to callers. @@ -52,7 +57,7 @@ void radioline(struct ctlpos *cp, char *text, int id, int nacross, ...); void bareradioline(struct ctlpos *cp, int nacross, ...); void radiobig(struct ctlpos *cp, char *text, int id, ...); void checkbox(struct ctlpos *cp, char *text, int id); -void statictext(struct ctlpos *cp, char *text, int id); +void statictext(struct ctlpos *cp, char *text, int lines, int id); void staticbtn(struct ctlpos *cp, char *stext, int sid, char *btext, int bid); void static2btn(struct ctlpos *cp, char *stext, int sid,