diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-09-09 22:18:42 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-10-06 07:18:07 +0200 |
commit | a718b5a4f1ebfb63aec2f43b654d8e97f099fe85 (patch) | |
tree | 8aa8dc1fae736de11faa71174aef80205ad30373 /lib/util/samba_modules.h | |
parent | c8945279e72aee5511739b2ce0d7ddd5535fd1cb (diff) | |
download | samba-a718b5a4f1ebfb63aec2f43b654d8e97f099fe85.tar.gz samba-a718b5a4f1ebfb63aec2f43b654d8e97f099fe85.tar.xz samba-a718b5a4f1ebfb63aec2f43b654d8e97f099fe85.zip |
lib/util: Use only init_module_fn typedef in module loading
Diffstat (limited to 'lib/util/samba_modules.h')
-rw-r--r-- | lib/util/samba_modules.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/util/samba_modules.h b/lib/util/samba_modules.h index df24eb7621..06f92c5db1 100644 --- a/lib/util/samba_modules.h +++ b/lib/util/samba_modules.h @@ -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); |