Basic configurability for client-initiated rekeys.
[u/mdw/putty] / misc.h
diff --git a/misc.h b/misc.h
index cd144b5..7739446 100644 (file)
--- a/misc.h
+++ b/misc.h
@@ -16,6 +16,8 @@
 typedef struct Filename Filename;
 typedef struct FontSpec FontSpec;
 
+unsigned long parse_blocksize(const char *bs);
+
 char *dupstr(const char *s);
 char *dupcat(const char *s1, ...);
 char *dupprintf(const char *fmt, ...);