From b0c3ad39256dd78ff5c152afbfe3d8560e194060 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 18 Sep 2006 23:18:38 +0000 Subject: r18648: this is provided by libreplace metze (This used to be commit cbc3f0926375b92b40c4f550296cf90453288f49) --- source3/include/includes.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3/include') diff --git a/source3/include/includes.h b/source3/include/includes.h index e94ba3638d..892087b701 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -1113,10 +1113,6 @@ enum flush_reason_enum { /* NUM_FLUSH_REASONS must remain the last value in the enumeration. */ NUM_FLUSH_REASONS}; -#ifndef HAVE_COMPARISON_FN_T -typedef int (*comparison_fn_t)(const void *, const void *); -#endif - /***** automatically generated prototypes *****/ #ifndef NO_PROTO_H #include "proto.h" -- cgit