summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_proto.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-02-23 13:29:00 +0100
committerGünther Deschner <gd@samba.org>2011-02-23 15:42:35 +0100
commitab64634a2070042d96da7aadc7fff2ea97199c0e (patch)
tree8eb85fbac3f6217bb1f7675345a7466980b60bfe /source3/winbindd/idmap_proto.h
parent148252331ab7f236858febb9bfc52c66ea8a2ff3 (diff)
downloadsamba-ab64634a2070042d96da7aadc7fff2ea97199c0e.tar.gz
samba-ab64634a2070042d96da7aadc7fff2ea97199c0e.tar.bz2
samba-ab64634a2070042d96da7aadc7fff2ea97199c0e.zip
s3-proto: remove some prototypes of non-existing functions.
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 23 15:42:35 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/winbindd/idmap_proto.h')
-rw-r--r--source3/winbindd/idmap_proto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/winbindd/idmap_proto.h b/source3/winbindd/idmap_proto.h
index 42900a6690..efe7ac6027 100644
--- a/source3/winbindd/idmap_proto.h
+++ b/source3/winbindd/idmap_proto.h
@@ -12,8 +12,6 @@ NTSTATUS idmap_backends_unixid_to_sid(const char *domname,
struct id_map *id);
NTSTATUS idmap_backends_sid_to_unixid(const char *domname,
struct id_map *id);
-NTSTATUS idmap_new_mapping(const struct dom_sid *psid, enum id_type type,
- struct unixid *pxid);
/* The following definitions come from winbindd/idmap_nss.c */