mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
lib/util: Use only init_module_fn typedef in module loading
This commit is contained in:
@ -22,7 +22,6 @@
|
||||
#define _SAMBA_MODULES_H
|
||||
|
||||
/* Module support */
|
||||
typedef NTSTATUS (init_module_function) (void);
|
||||
typedef NTSTATUS (*init_module_fn) (void);
|
||||
|
||||
NTSTATUS init_samba_module(void);
|
||||
|
Reference in New Issue
Block a user