summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-06-01 15:31:17 +0200
committerMichael Adam <obnox@samba.org>2010-06-01 15:31:48 +0200
commitf702578f765cdc514796afb8cb548394a517feb7 (patch)
treed7ecffcc3f02d8eb9694377c945df4e81a96b630
parenta6c921fef74e368da9a12b8ce82fedbf86c66ed4 (diff)
downloadsamba-f702578f765cdc514796afb8cb548394a517feb7.tar.gz
samba-f702578f765cdc514796afb8cb548394a517feb7.tar.bz2
samba-f702578f765cdc514796afb8cb548394a517feb7.zip
s3: remove unused prototype for lp_idmap_domains().
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index ee68dd1ae7..cb6856734e 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -3907,7 +3907,6 @@ bool lp_winbind_offline_logon(void);
bool lp_winbind_normalize_names(void);
bool lp_winbind_rpc_only(void);
bool lp_create_krb5_conf(void);
-const char **lp_idmap_domains(void);
const char *lp_idmap_backend(void);
char *lp_idmap_alloc_backend(void);
int lp_idmap_cache_time(void);