X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=misc.h;h=77394469b9b0b5df716cce713c804d65e244b3a9;hb=693bbf0ec6007120b91dafb4eaed1ae833eb59f7;hp=cd144b53586b810ab619f79a1e9fb1c82cbf9e77;hpb=7ecf13564a8d716000ce78146d1aaf4422432a4f;p=PuTTY.git diff --git a/misc.h b/misc.h index cd144b53..77394469 100644 --- 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, ...);