Increase FONT_MAXNO from 0x2f to 0x40, to ensure the fonts[] array
[u/mdw/putty] / sshnogss.c
index fd8915b..fa4ac65 100644 (file)
@@ -3,7 +3,7 @@
 
 /* For platforms not supporting GSSAPI */
 
-struct ssh_gss_liblist *ssh_gss_setup(const Config *cfg)
+struct ssh_gss_liblist *ssh_gss_setup(Conf *conf)
 {
     struct ssh_gss_liblist *list = snew(struct ssh_gss_liblist *);
     list->libraries = NULL;