Author: tridge Date: 2006-09-06 00:20:08 +0000 (Wed, 06 Sep 2006) New Revision: 18115
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18115 Log: comparison_fn_t is defined in libreplace now Modified: branches/SAMBA_4_0/source/lib/ldb/include/includes.h Changeset: Modified: branches/SAMBA_4_0/source/lib/ldb/include/includes.h =================================================================== --- branches/SAMBA_4_0/source/lib/ldb/include/includes.h 2006-09-06 00:10:08 UTC (rev 18114) +++ branches/SAMBA_4_0/source/lib/ldb/include/includes.h 2006-09-06 00:20:08 UTC (rev 18115) @@ -39,9 +39,6 @@ #define discard_const(ptr) ((void *)((intptr_t)(ptr))) #define discard_const_p(type, ptr) ((type *)discard_const(ptr)) -#ifndef HAVE_COMPARISON_FN_T -typedef int (*comparison_fn_t)(const void *, const void *); -#endif #include "talloc.h"
