summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_proto.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-03-24 00:00:22 +0100
committerGünther Deschner <gd@samba.org>2011-03-24 00:52:01 +0100
commit2639f0b3ab23f0ae369e3cbae5dfb433cbb2a583 (patch)
tree8a72a9a0ca14d6d854ce12f9da69a3f514cf322f /source3/winbindd/idmap_proto.h
parentb903c289390741e423c7457e7ee82c8c5cb8b74b (diff)
downloadsamba-2639f0b3ab23f0ae369e3cbae5dfb433cbb2a583.tar.gz
samba-2639f0b3ab23f0ae369e3cbae5dfb433cbb2a583.tar.bz2
samba-2639f0b3ab23f0ae369e3cbae5dfb433cbb2a583.zip
s3-prototypes: remove protos of some dead functions.
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Mar 24 00:52:01 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/winbindd/idmap_proto.h')
-rw-r--r--source3/winbindd/idmap_proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/winbindd/idmap_proto.h b/source3/winbindd/idmap_proto.h
index efe7ac6027..fa7f712024 100644
--- a/source3/winbindd/idmap_proto.h
+++ b/source3/winbindd/idmap_proto.h
@@ -5,7 +5,6 @@ bool idmap_is_online(void);
NTSTATUS smb_register_idmap(int version, const char *name,
struct idmap_methods *methods);
void idmap_close(void);
-NTSTATUS idmap_init_cache(void);
NTSTATUS idmap_allocate_uid(struct unixid *id);
NTSTATUS idmap_allocate_gid(struct unixid *id);
NTSTATUS idmap_backends_unixid_to_sid(const char *domname,