X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=winstuff.h;h=240dcb7b0681b3bcdaaaf233f95b8597c4e60539;hb=118fc8c81e6a850adbcc8dda409d9c10875eae7d;hp=21560ba95a0b56caca6a7bbc719805e6fb8e5583;hpb=d27684019b5c9a639fecb8ca713a0bc80c7239bc;p=PuTTY.git diff --git a/winstuff.h b/winstuff.h index 21560ba9..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.