]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - winstuff.h
Document all the new command-line stuff.
[PuTTY.git] / winstuff.h
index 21560ba95a0b56caca6a7bbc719805e6fb8e5583..a2e48218180afdf6810250d54fbfb5a2f47c566c 100644 (file)
@@ -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.