make compile

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23700 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-08-27 11:14:09 +00:00
parent f72a279efc
commit f7090285fd

View File

@@ -922,7 +922,7 @@ gsskrb5_get_time_offset(int *offset)
}
OM_uint32 GSSAPI_LIB_FUNCTION
gsskrb5_plugin_register(struct gsskrb5_krb5_plugin *c);
gsskrb5_plugin_register(struct gsskrb5_krb5_plugin *c)
{
struct _gss_mech_switch *m;
gss_buffer_desc buffer;
@@ -941,3 +941,4 @@ gsskrb5_plugin_register(struct gsskrb5_krb5_plugin *c);
}
return (GSS_S_COMPLETE);
}