X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/b8ae1f0f33829d37d85254de8cea8182b4c8f628..ee4b471f8ea40f45a37553b298abff25a98d2ccb:/winstuff.h diff --git a/winstuff.h b/winstuff.h index ccb246bd..a2e48218 100644 --- a/winstuff.h +++ b/winstuff.h @@ -30,6 +30,11 @@ struct ctlpos { }; /* + * Exports from winutils.c. + */ +void split_into_argv(char *, int *, char ***, 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,