summaryrefslogtreecommitdiffstats
path: root/ssh-gss.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-10-02 09:32:30 +0200
committerDarren Tucker <dtucker@zip.com.au>2003-10-02 09:32:30 +0200
commit7596d6866f0c29607e3997e644ef7cb113054084 (patch)
treee657d3e4a6299d89b2f547c6569d3128ea809a57 /ssh-gss.h
parent - (dtucker) [configure.ac] Don't set DISABLE_SHADOW when configuring (diff)
downloadopenssh-7596d6866f0c29607e3997e644ef7cb113054084.tar.xz
openssh-7596d6866f0c29607e3997e644ef7cb113054084.zip
- (dtucker) [ssh-gss.h] Prototype change missed in sync.
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);
int ssh_gssapi_userok(char *name);
void ssh_gssapi_do_child(char ***envp, u_int *envsizep);
-void ssh_gssapi_cleanup_creds(void *ignored);
+void ssh_gssapi_cleanup_creds(void);
void ssh_gssapi_storecreds(void);
#endif /* GSSAPI */