X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/51e9d3c00a3471f284e89ec1f59f38ca25f10c5f..fc40b431a9049585675e171643eb308cc548713c:/misc.h diff --git a/misc.h b/misc.h index 73467793..9675e961 100644 --- a/misc.h +++ b/misc.h @@ -1,3 +1,7 @@ +/* + * Header for misc.c. + */ + #ifndef PUTTY_MISC_H #define PUTTY_MISC_H @@ -18,11 +22,13 @@ 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, ...); char *dupprintf(const char *fmt, ...); char *dupvprintf(const char *fmt, va_list ap); +void burnstr(char *string); char *fgetline(FILE *fp);