diff options
author | Michael Adam <obnox@samba.org> | 2010-05-31 10:14:18 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-08-14 02:10:37 +0200 |
commit | 7b4c6f7e89c6e5b9e68676f89e32a0d51cf947f5 (patch) | |
tree | 78ed6622e6dd311b70251212d8b3b2432d1a977a /source3/include | |
parent | fe8b1588b465bd84a20cc137aabdaab7453a2211 (diff) | |
download | samba-7b4c6f7e89c6e5b9e68676f89e32a0d51cf947f5.tar.gz samba-7b4c6f7e89c6e5b9e68676f89e32a0d51cf947f5.tar.bz2 samba-7b4c6f7e89c6e5b9e68676f89e32a0d51cf947f5.zip |
s3:idmap_tdb: make idmap_alloc_tdb_init() static.
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index eeee333382..952bea4232 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -6045,7 +6045,6 @@ NTSTATUS idmap_passdb_init(void); /* The following definitions come from winbindd/idmap_tdb.c */ -NTSTATUS idmap_alloc_tdb_init(void); NTSTATUS idmap_tdb_init(void); /* The following definitions come from winbindd/idmap_util.c */ |