Make more module init functions public, since they are compiled with -fvisibility...
authorJelmer Vernooij <jelmer@samba.org>
Wed, 20 Feb 2008 18:40:20 +0000 (19:40 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Wed, 20 Feb 2008 18:40:20 +0000 (19:40 +0100)
commitda1a9438bd89569077ef1eaa9dc977b5f9d62836
treeda0c21878e5c37ee00fd05b463a6e91140f5e7b3
parent675bab738085cb5a9f17c1f159fbd97c4daafed2
Make more module init functions public, since they are compiled with -fvisibility=hidden. Not doing this causes failures on Mac OS X.
source/auth/gensec/gensec_gssapi.c
source/auth/gensec/gensec_krb5.c
source/auth/gensec/schannel.c
source/auth/gensec/spnego.c
source/auth/ntlmssp/ntlmssp.c
source/lib/events/events_select.c
source/lib/events/events_standard.c
source/lib/socket/socket_ip.c
source/lib/socket/socket_unix.c