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

metze at samba.org metze at samba.org
Fri Dec 22 16:53:13 GMT 2006


Author: metze
Date: 2006-12-22 16:53:12 +0000 (Fri, 22 Dec 2006)
New Revision: 20316

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

Log:
fix compiler warning

metze
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-12-22 07:04:06 UTC (rev 20315)
+++ branches/SAMBA_4_0/source/lib/ldb/include/ldb.h	2006-12-22 16:53:12 UTC (rev 20316)
@@ -1002,7 +1002,7 @@
 int ldb_search_exp_fmt(struct ldb_context *ldb, TALLOC_CTX *mem_ctx,
 		       struct ldb_result **result, struct ldb_dn *base,
 		       enum ldb_scope scope, const char * const *attrs,
-		       const char *exp_fmt, ...);
+		       const char *exp_fmt, ...) PRINTF_ATTRIBUTE(7,8);
 
 /*
   like ldb_search() but takes a parse tree



More information about the samba-cvs mailing list