prototype for select_mech

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12813 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-09-10 09:30:51 +00:00
parent 29cede4fb6
commit 70bc6483ae

View File

@@ -43,3 +43,5 @@ void gss_verr(int exitval, int status, const char *fmt, va_list ap)
void gss_err(int exitval, int status, const char *fmt, ...)
__attribute__ ((format (printf, 3, 4)));
gss_OID select_mech(const char *);