]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - sshnogss.c
Post-release destabilisation! Completely remove the struct type
[PuTTY.git] / sshnogss.c
index fd8915ba713e675e54cbaee053fd2a619acaa553..fa4ac65f4c3b84acb74186a19ce82ab02cba223c 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;