Make more module init functions public, since they are compiled with -fvisibility...
[sfrench/samba-autobuild/.git] / source4 / auth / gensec / gensec_krb5.c
index 5cd0de1ceb764f6b9cc54ecadd0a5369e382d864..d9addcaa3c290335ff105db93d7606ecb6225b32 100644 (file)
@@ -775,7 +775,7 @@ static const struct gensec_security_ops gensec_krb5_security_ops = {
        .priority       = GENSEC_KRB5
 };
 
-NTSTATUS gensec_krb5_init(void)
+_PUBLIC_ NTSTATUS gensec_krb5_init(void)
 {
        NTSTATUS ret;