Make more module init functions public, since they are compiled with -fvisibility...
[jelmer/samba4-debian.git] / source / lib / socket / socket_unix.c
index cac4b8e913663c1e183b7db996ced7d0dba00907..af7d2bb79ff66da79d18d96f3b0ebccfae05c5be 100644 (file)
@@ -414,7 +414,7 @@ static const struct socket_ops unixdom_ops = {
        .fn_get_fd              = unixdom_get_fd
 };
 
-const struct socket_ops *socket_unixdom_ops(enum socket_type type)
+_PUBLIC_ const struct socket_ops *socket_unixdom_ops(enum socket_type type)
 {
        return &unixdom_ops;
 }