Created new data types `Filename' and `FontSpec', intended to be
[u/mdw/putty] / misc.h
diff --git a/misc.h b/misc.h
index 456cda0..aa72362 100644 (file)
--- 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, ...);