Make sure prototypes are always included, make some functions static and
[abartlet/samba.git/.git] / source4 / heimdal_build / gssapi-glue.c
index c71b69463ccda892e5f5494683454ccae482e238..0c27f5100f14318c507e794ea0110faf59a74d6b 100644 (file)
@@ -20,8 +20,9 @@
 */
 
 #include "../replace/replace.h"
+#include "heimdal/lib/gssapi/gssapi_mech.h"
 
-void *__gss_ntlm_initialize(void)
+gssapi_mech_interface __gss_ntlm_initialize(void)
 {
        return NULL;
 }