1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-23 20:23:50 +03:00

Use NTSTATUS as return value for smb_register_*() functions and init_module()

function. Patch by metze with some minor modifications.
This commit is contained in:
Jelmer Vernooij
-
parent e112dc1641
commit bc4b51bcb2
38 changed files with 164 additions and 127 deletions

View File

@@ -1736,6 +1736,6 @@ typedef struct {
#include "popt_common.h"
/* Module support */
typedef int (init_module_function) (void);
typedef NTSTATUS (init_module_function) (void);
#endif /* _SMB_H */