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

metze at samba.org metze at samba.org
Tue Jan 24 18:40:53 GMT 2006


Author: metze
Date: 2006-01-24 18:40:53 +0000 (Tue, 24 Jan 2006)
New Revision: 13114

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

Log:
remove 'const' and make clear what the parameters are for

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-01-24 18:37:00 UTC (rev 13113)
+++ branches/SAMBA_4_0/source/lib/ldb/include/ldb.h	2006-01-24 18:40:53 UTC (rev 13114)
@@ -362,7 +362,7 @@
 #define LDB_SYNTAX_OBJECTCLASS          "LDB_SYNTAX_OBJECTCLASS"
 
 /* sorting helpers */
-typedef int (*ldb_qsort_cmp_fn_t) (const void *, const void *, const void *);
+typedef int (*ldb_qsort_cmp_fn_t) (void *v1, void *v2, void *opaque);
 
 /**
    OID for the paged results control. This control is included in the



More information about the samba-cvs mailing list