]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - winstuff.h
Increase length limit on SSH1_MSG_DEBUG; 70 chars is short enough to
[PuTTY.git] / winstuff.h
index ccb246bd5bcaf41e47b0612b89129c8eb4a47b08..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.
@@ -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,