X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=winstuff.h;h=a2e48218180afdf6810250d54fbfb5a2f47c566c;hb=4abd468e14d110f2085f7a693687a9c19e1d47e1;hp=21560ba95a0b56caca6a7bbc719805e6fb8e5583;hpb=d27684019b5c9a639fecb8ca713a0bc80c7239bc;p=PuTTY.git diff --git a/winstuff.h b/winstuff.h index 21560ba9..a2e48218 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 ***, char ***); + /* * Private structure for prefslist state. Only in the header file * so that we can delegate allocation to callers.