summaryrefslogtreecommitdiff
path: root/source4/torture/torture.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-11-01 15:38:37 +1100
committerAndrew Tridgell <tridge@samba.org>2010-11-01 18:55:19 +1100
commit28c1e4d3eb3162c0177085bae753102994a35846 (patch)
tree60f1b1ee601024af24723fa0170b8e5994b6e754 /source4/torture/torture.c
parent4404b4c700270c7607d7b8d792ab23ce1d080463 (diff)
downloadsamba-28c1e4d3eb3162c0177085bae753102994a35846.tar.gz
s4-modules: get rid of the remaining static prototypes for modules
the waf build now generates the prototype declarations for us
Diffstat (limited to 'source4/torture/torture.c')
-rw-r--r--source4/torture/torture.c19
1 files changed, 2 insertions, 17 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c
index e071a21d885..ffd884a38db 100644
--- a/source4/torture/torture.c
+++ b/source4/torture/torture.c
@@ -59,23 +59,8 @@ NTSTATUS torture_libsmbclient_init(void)
_PUBLIC_ int torture_init(void)
{
- extern NTSTATUS torture_base_init(void);
- extern NTSTATUS torture_ldap_init(void);
- extern NTSTATUS torture_local_init(void);
- extern NTSTATUS torture_nbt_init(void);
- extern NTSTATUS torture_nbench_init(void);
- extern NTSTATUS torture_rap_init(void);
- extern NTSTATUS torture_dfs_init(void);
- extern NTSTATUS torture_rpc_init(void);
- extern NTSTATUS torture_ntp_init(void);
- extern NTSTATUS torture_smb2_init(void);
- extern NTSTATUS torture_net_init(void);
- extern NTSTATUS torture_libnetapi_init(void);
- extern NTSTATUS torture_libsmbclient_init(void);
- extern NTSTATUS torture_raw_init(void);
- extern NTSTATUS torture_unix_init(void);
- extern NTSTATUS torture_winbind_init(void);
- extern NTSTATUS torture_drs_init(void);
+#define _MODULE_PROTO(init) extern NTSTATUS init(void);
+ STATIC_smbtorture_MODULES_PROTO;
init_module_fn static_init[] = { STATIC_smbtorture_MODULES };
init_module_fn *shared_init = load_samba_modules(NULL, cmdline_lp_ctx, "smbtorture");