1
0
mirror of https://github.com/samba-team/samba.git synced 2025-06-23 11:17:06 +03:00

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

metze
(This used to be commit 317a3eefeef6b9da565a215ba152d829059c6f14)
This commit is contained in:
Stefan Metzmacher 2006-01-24 18:40:53 +00:00 committed by Gerald (Jerry) Carter
parent ad35031fd2
commit 0e7fed29ec

View File

@ -362,7 +362,7 @@ struct ldb_attrib_handler {
#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