]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - unix/unix.h
Key rollover: rewrite the PGP keys manual appendix.
[PuTTY.git] / unix / unix.h
index 917976d699d704f128a15d65cf4b40f390676ac5..e78800b5a2d93f02ff53fe83ff85473a594f2701 100644 (file)
@@ -77,6 +77,7 @@ unsigned long getticks(void);        /* based on gettimeofday(2) */
 char *get_x_display(void *frontend);
 int font_dimension(void *frontend, int which);/* 0 for width, 1 for height */
 long get_windowid(void *frontend);
+int frontend_is_utf8(void *frontend);
 
 /* Things gtkdlg.c needs from pterm.c */
 void *get_window(void *frontend);      /* void * to avoid depending on gtk.h */