Pull out parsing of ^C style strings from the terminal answerback code to
[u/mdw/putty] / misc.h
diff --git a/misc.h b/misc.h
index 7346779..f4363e4 100644 (file)
--- a/misc.h
+++ b/misc.h
@@ -18,6 +18,7 @@ typedef struct Filename Filename;
 typedef struct FontSpec FontSpec;
 
 unsigned long parse_blocksize(const char *bs);
+char ctrlparse(char *s, char **next);
 
 char *dupstr(const char *s);
 char *dupcat(const char *s1, ...);