Rename module init functions from samba_init_module
authorChristof Schmitt <cs@samba.org>
Tue, 1 Apr 2014 22:45:38 +0000 (15:45 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 2 Apr 2014 06:50:03 +0000 (08:50 +0200)
commit7f2d12c4c0c03a4a3b0262845968348697287033
tree5627d3cdc4eb7a7088ba7c96821a144b58cd45a9
parent014342746f5af1aaaf1c2f8b44098c3a944e4f0a
Rename module init functions from samba_init_module

Some modules use samba_init_module as the name for the init functions,
others use a name based on the module name.

Rename the init functions from samba_init_module, to be consistent
across all modules. This change also allows to build idmap_tdb2 and
perfcount_test statically.

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Wed Apr  2 08:50:04 CEST 2014 on sn-devel-104
source3/modules/perfcount_test.c
source3/winbindd/idmap_ad.c
source3/winbindd/idmap_autorid.c
source3/winbindd/idmap_hash/idmap_hash.c
source3/winbindd/idmap_rid.c
source3/winbindd/idmap_tdb2.c