diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-10-30 12:07:49 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-10-30 12:07:49 +0000 |
commit | a8d2dd8d009797486105188f8fdb898a65bb25b0 (patch) | |
tree | fd82ec4f9e77648057b03486ddd84ddb6251eb83 /source/include/smb.h | |
parent | 732bc4519f1119100607cc84400e8f84e0c0ba9d (diff) | |
download | samba-a8d2dd8d009797486105188f8fdb898a65bb25b0.tar.gz samba-a8d2dd8d009797486105188f8fdb898a65bb25b0.tar.xz samba-a8d2dd8d009797486105188f8fdb898a65bb25b0.zip |
- Remove RTLD_GLOBAL
- make smb_load_module() return the return value of init_module()
Diffstat (limited to 'source/include/smb.h')
-rw-r--r-- | source/include/smb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/smb.h b/source/include/smb.h index 65a75420fca..42b8113e590 100644 --- a/source/include/smb.h +++ b/source/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 */ |