]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - misc.h
Add ability for ssh2_userkey_loadpub() to return the key comment.
[PuTTY.git] / misc.h
diff --git a/misc.h b/misc.h
index 734677930f15f748c8c9f3ac9768a403cd467c27..f4363e4412ba507270f836bb4cf448c605a4b376 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, ...);