summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-10-30 12:07:49 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-10-30 12:07:49 +0000
commit04d21551e17a871f3d71d0bc66b9a8d25cecc2fb (patch)
treea82ab9b184e11ab953dec80929fce8509d18714c /source3/include
parent809f740166e4c71e7b7027c626336d1e4c58f485 (diff)
downloadsamba-04d21551e17a871f3d71d0bc66b9a8d25cecc2fb.tar.gz
samba-04d21551e17a871f3d71d0bc66b9a8d25cecc2fb.tar.bz2
samba-04d21551e17a871f3d71d0bc66b9a8d25cecc2fb.zip
- Remove RTLD_GLOBAL
- make smb_load_module() return the return value of init_module() (This used to be commit a8d2dd8d009797486105188f8fdb898a65bb25b0)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/smb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 65a75420fc..42b8113e59 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -1698,6 +1698,6 @@ extern struct poptOption popt_common_debug[];
extern struct poptOption popt_common_configfile[];
/* Module support */
-typedef int (init_module_function) (void);
+typedef NTSTATUS (init_module_function) (void);
#endif /* _SMB_H */