summaryrefslogtreecommitdiff
path: root/ssh-gss.h
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-gss.h')
-rw-r--r--ssh-gss.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh-gss.h b/ssh-gss.h
index 6b58adb3a..7bd1e1e61 100644
--- a/ssh-gss.h
+++ b/ssh-gss.h
@@ -113,7 +113,7 @@ OM_uint32 ssh_gssapi_server_ctx(Gssctxt **ctx, gss_OID oid);
113int ssh_gssapi_userok(char *name); 113int ssh_gssapi_userok(char *name);
114 114
115void ssh_gssapi_do_child(char ***envp, u_int *envsizep); 115void ssh_gssapi_do_child(char ***envp, u_int *envsizep);
116void ssh_gssapi_cleanup_creds(void *ignored); 116void ssh_gssapi_cleanup_creds(void);
117void ssh_gssapi_storecreds(void); 117void ssh_gssapi_storecreds(void);
118 118
119#endif /* GSSAPI */ 119#endif /* GSSAPI */