summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_hash
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2015-08-13 18:16:20 +0200
committerRalph Böhme <slow@samba.org>2015-08-20 16:06:21 +0200
commitbbd82b0fee4cc4b8491ce30550b9ae8539116e3c (patch)
tree061a96dc94d57df0b90436c4d1b6b50e9fc1d751 /source3/winbindd/idmap_hash
parent7b2ff4cbd31fec2cc601e349ebb63f66df004bed (diff)
downloadsamba-bbd82b0fee4cc4b8491ce30550b9ae8539116e3c.tar.gz
s3:winbindd/idmap_*: make function prototypes available via static_decl_idmap;
This allows the static build of the modules. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'source3/winbindd/idmap_hash')
-rw-r--r--source3/winbindd/idmap_hash/idmap_hash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/winbindd/idmap_hash/idmap_hash.c b/source3/winbindd/idmap_hash/idmap_hash.c
index 1dbd300fbb4..51bbf5b8306 100644
--- a/source3/winbindd/idmap_hash/idmap_hash.c
+++ b/source3/winbindd/idmap_hash/idmap_hash.c
@@ -366,6 +366,7 @@ static struct nss_info_methods hash_nss_methods = {
state.
**********************************************************************/
+static_decl_idmap;
NTSTATUS idmap_hash_init(void)
{
static NTSTATUS idmap_status = NT_STATUS_UNSUCCESSFUL;