svn commit: samba r15065 - in branches/SAMBA_4_0/source/lib/ldb/include: .

tpot at samba.org tpot at samba.org
Thu Apr 13 04:19:31 GMT 2006


Author: tpot
Date: 2006-04-13 04:19:27 +0000 (Thu, 13 Apr 2006)
New Revision: 15065

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15065

Log:
Remove duplicate prototype.

Modified:
   branches/SAMBA_4_0/source/lib/ldb/include/ldb.h


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/include/ldb.h
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/include/ldb.h	2006-04-13 04:14:18 UTC (rev 15064)
+++ branches/SAMBA_4_0/source/lib/ldb/include/ldb.h	2006-04-13 04:19:27 UTC (rev 15065)
@@ -1055,7 +1055,6 @@
 int ldb_attr_cmp(const char *attr1, const char *attr2);
 char *ldb_attr_casefold(void *mem_ctx, const char *s);
 int ldb_attr_dn(const char *attr);
-char *ldb_dn_escape_value(void *mem_ctx, struct ldb_val value);
 
 /**
    Create an empty message



More information about the samba-cvs mailing list