X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/d45d4c0758f73ebcc761afbda3b229d2ca11099e..6df3c104f2ee9429bef67134ec0eedd5cd26cc08:/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);