summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/smb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index e42bcb3319..65a75420fc 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -1697,4 +1697,7 @@ typedef struct {
extern struct poptOption popt_common_debug[];
extern struct poptOption popt_common_configfile[];
+/* Module support */
+typedef int (init_module_function) (void);
+
#endif /* _SMB_H */