diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-04-14 22:23:02 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-04-14 22:23:02 +0000 |
commit | 7fcbdf00f6bba44d44e560176468605311e81d67 (patch) | |
tree | 80484ac6b67765a1126c4ea21bc3101992e0cb95 /source3/include | |
parent | 10bf059b62480d502652408e9c138445859789fc (diff) | |
download | samba-7fcbdf00f6bba44d44e560176468605311e81d67.tar.gz samba-7fcbdf00f6bba44d44e560176468605311e81d67.tar.bz2 samba-7fcbdf00f6bba44d44e560176468605311e81d67.zip |
Add some more functions for the modules (backport from HEAD):
- init_modules()
- smb_probe_module()
(This used to be commit b3328dab2fa069af300b4076695bf6c359501111)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index bc107073ab..d8ca9bde05 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1718,6 +1718,6 @@ typedef struct { #include "popt_common.h" /* Module support */ -typedef NTSTATUS (init_module_function) (void); +typedef int (init_module_function) (void); #endif /* _SMB_H */ |