]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - misc.h
Add a configurable option to make Return in Telnet send an ordinary
[PuTTY.git] / misc.h
diff --git a/misc.h b/misc.h
index d9b381196c3a682ee147feb4899db94ec8b313c1..9ba5a18c72ac859cf91df10826b4a106de7276fc 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;