Put prototypes for the functions exported by wcwidth.c in putty.h, and remove
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 4b85aa9..0f2911c 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -600,6 +600,12 @@ char *cp_name(int codepage);
 void get_unitab(int codepage, wchar_t * unitab, int ftype);
 
 /*
+ * Exports from wcwidth.c
+ */
+int wcwidth(wchar_t ucs);
+int wcswidth(const wchar_t *pwcs, size_t n);
+
+/*
  * Exports from mscrypto.c
  */
 #ifdef MSCRYPTOAPI