X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/e0e7dff87dc3f482da6ab00317664474b0f82995..0ec4b50ff9d82409f851ea04b6587c42f97f1bdb:/misc.h diff --git a/misc.h b/misc.h index 456cda06..aa723629 100644 --- a/misc.h +++ b/misc.h @@ -12,6 +12,9 @@ #define TRUE 1 #endif +typedef struct Filename Filename; +typedef struct FontSpec FontSpec; + char *dupstr(const char *s); char *dupcat(const char *s1, ...); char *dupprintf(const char *fmt, ...);