Author: jelmer
Date: 2007-10-05 23:02:07 +0000 (Fri, 05 Oct 2007)
New Revision: 25540

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

Log:
Remove prototypes for already removed functions.
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/lib/ldb/include/ldb.h


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: bzr:revision-info
...skipped...
Name: bzr:revision-id:v3-trunk0
...skipped...

Modified: branches/SAMBA_4_0/source/lib/ldb/include/ldb.h
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/include/ldb.h     2007-10-05 22:34:25 UTC 
(rev 25539)
+++ branches/SAMBA_4_0/source/lib/ldb/include/ldb.h     2007-10-05 23:02:07 UTC 
(rev 25540)
@@ -1044,15 +1044,6 @@
                       enum ldb_scope scope, const char * const *attrs,
                       const char *exp_fmt, ...) PRINTF_ATTRIBUTE(7,8);
 
-/*
-  like ldb_search() but takes a parse tree
-*/
-int ldb_search_bytree(struct ldb_context *ldb, 
-                     struct ldb_dn *base,
-                     enum ldb_scope scope,
-                     struct ldb_parse_tree *tree,
-                     const char * const *attrs, struct ldb_result **res);
-
 /**
   Add a record to the database.
 
@@ -1419,9 +1410,6 @@
 bool ldb_dn_is_null(struct ldb_dn *dn);
 
 
-/* useful functions for ldb_message structure manipulation */
-int ldb_dn_cmp(struct ldb_context *ldb, const char *dn1, const char *dn2);
-
 /**
    Compare two attributes
 

Reply via email to