summaryrefslogtreecommitdiffstats
path: root/sys/kgssapi/gssapi_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kgssapi/gssapi_impl.h')
-rw-r--r--sys/kgssapi/gssapi_impl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/kgssapi/gssapi_impl.h b/sys/kgssapi/gssapi_impl.h
index 629b80b..c143255 100644
--- a/sys/kgssapi/gssapi_impl.h
+++ b/sys/kgssapi/gssapi_impl.h
@@ -53,8 +53,10 @@ struct kgss_mech {
LIST_HEAD(kgss_mech_list, kgss_mech);
extern CLIENT *kgss_gssd_handle;
+extern struct mtx kgss_gssd_lock;
extern struct kgss_mech_list kgss_mechs;
+CLIENT *kgss_gssd_client(void);
int kgss_oid_equal(const gss_OID oid1, const gss_OID oid2);
extern void kgss_install_mech(gss_OID mech_type, const char *name,
struct kobj_class *cls);
OpenPOWER on IntegriCloud