X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/51e9d3c00a3471f284e89ec1f59f38ca25f10c5f..e9b5ee69b1e19e83aa52f0b462a6eb2b9946e559:/misc.h diff --git a/misc.h b/misc.h index 73467793..49942aa5 100644 --- a/misc.h +++ b/misc.h @@ -1,3 +1,7 @@ +/* + * Header for misc.c. + */ + #ifndef PUTTY_MISC_H #define PUTTY_MISC_H @@ -18,6 +22,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, ...);