1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00

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

metze
This commit is contained in:
Stefan Metzmacher 2006-01-24 18:40:53 +00:00 committed by Gerald (Jerry) Carter
parent 10a172163f
commit 317a3eefee

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