Add a FAQ about keyboard mapping problems: basically explaining that
[u/mdw/putty] / misc.h
diff --git a/misc.h b/misc.h
index d9b3811..9ba5a18 100644 (file)
--- a/misc.h
+++ b/misc.h
@@ -3,6 +3,9 @@
 
 #include "puttymem.h"
 
+char *dupstr(char *s);
+char *dupcat(char *s1, ...);
+
 struct bufchain_granule;
 typedef struct bufchain_tag {
     struct bufchain_granule *head, *tail;