X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/51e9d3c00a3471f284e89ec1f59f38ca25f10c5f..a1a1fae491039fc8fba576474e6bb56800f54652:/misc.h diff --git a/misc.h b/misc.h index 73467793..f4363e44 100644 --- 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, ...);