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:
parent
10a172163f
commit
317a3eefee
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user