From dedf8b645ad676e7947c83f320198d43f4341570 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 2 Nov 2022 16:30:44 -0400 Subject: Remove function_types.h --- include/zix/function_types.h | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 include/zix/function_types.h (limited to 'include/zix/function_types.h') diff --git a/include/zix/function_types.h b/include/zix/function_types.h deleted file mode 100644 index d0c7193..0000000 --- a/include/zix/function_types.h +++ /dev/null @@ -1,33 +0,0 @@ -// Copyright 2016-2022 David Robillard -// SPDX-License-Identifier: ISC - -#ifndef ZIX_FUNCTION_TYPES_H -#define ZIX_FUNCTION_TYPES_H - -#include "zix/attributes.h" - -#include - -ZIX_BEGIN_DECLS - -/** - @defgroup zix_function_types Function Types - @ingroup zix_utilities - @{ -*/ - -/// Function for comparing two elements -typedef int (*ZixCompareFunc)(const void* a, - const void* b, - const void* user_data); - -/// Function to destroy an element -typedef void (*ZixDestroyFunc)(void* ptr, const void* user_data); - -/** - @} -*/ - -ZIX_END_DECLS - -#endif /* ZIX_FUNCTION_TYPES_H */ -- cgit v1.2.1