1
0
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:
Andrew Bartlett
2011-09-09 22:18:42 +10:00
parent c8945279e7
commit a718b5a4f1
2 changed files with 2 additions and 3 deletions

View File

@ -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);