X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/d45d4c0758f73ebcc761afbda3b229d2ca11099e..6f3370a03ed6393c049a13b78d2188135624beea:/misc.h diff --git a/misc.h b/misc.h index f4363e44..9675e961 100644 --- a/misc.h +++ b/misc.h @@ -1,3 +1,7 @@ +/* + * Header for misc.c. + */ + #ifndef PUTTY_MISC_H #define PUTTY_MISC_H @@ -24,6 +28,7 @@ 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);