X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/45068b27ffaad631038b864b810cb090fee6f7e7..c0a8159289da8df577cc28be1f0c9f7f5c8d33c1:/winstuff.h diff --git a/winstuff.h b/winstuff.h index 21560ba9..240dcb7b 100644 --- a/winstuff.h +++ b/winstuff.h @@ -30,6 +30,11 @@ struct ctlpos { }; /* + * 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. */