]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - misc.h
Can't use `d' for an accelerator in the Kex panel, since it clashes
[PuTTY.git] / misc.h
diff --git a/misc.h b/misc.h
index cd144b53586b810ab619f79a1e9fb1c82cbf9e77..77394469b9b0b5df716cce713c804d65e244b3a9 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, ...);