summaryrefslogtreecommitdiff
path: root/source3/nsswitch/libwbclient
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-03-24 21:07:01 +0100
committerStefan Metzmacher <metze@samba.org>2008-03-28 15:11:41 +0100
commitbfbd74f0590fdb16602a37a317a2cd88e600e6f6 (patch)
treef1658fc8c2d99307c88101adccaaa262739e770e /source3/nsswitch/libwbclient
parenteb98b08ccbd3f0128db07f84951f577450bb3f77 (diff)
downloadsamba-bfbd74f0590fdb16602a37a317a2cd88e600e6f6.tar.gz
samba-bfbd74f0590fdb16602a37a317a2cd88e600e6f6.tar.bz2
samba-bfbd74f0590fdb16602a37a317a2cd88e600e6f6.zip
libwbclient: remove prototype of non existing wbcDomainSequenceNumbers()
metze (This used to be commit 7a4de23aa318bd24948e576a5582a5c74d335154)
Diffstat (limited to 'source3/nsswitch/libwbclient')
-rw-r--r--source3/nsswitch/libwbclient/wbclient.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/nsswitch/libwbclient/wbclient.h b/source3/nsswitch/libwbclient/wbclient.h
index 30d8b761a3..e5047af9f7 100644
--- a/source3/nsswitch/libwbclient/wbclient.h
+++ b/source3/nsswitch/libwbclient/wbclient.h
@@ -363,8 +363,6 @@ wbcErr wbcGetgrent(struct group **grp);
wbcErr wbcDomainInfo(const char *domain,
struct wbcDomainInfo **info);
-wbcErr wbcDomainSequenceNumbers(void);
-
/*
* Athenticate functions
*/