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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user