accel.pl knows about the accelerators added by winctrls.c:prefslist().
[u/mdw/putty] / winstuff.h
index 9516675..1aa68bb 100644 (file)
@@ -201,6 +201,7 @@ void EnableSizeTip(int bEnable);
 /*
  * Exports from unicode.c.
  */
-void init_ucs(Config *);
+struct unicode_data;
+void init_ucs(Config *, struct unicode_data *);
 
 #endif