From 3b043e9b1a08d2a17defe875fb408079095aebd0 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 18 Aug 2009 17:03:18 -0500 Subject: Move ofono_destroy_fun to types.h --- include/types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/types.h') diff --git a/include/types.h b/include/types.h index 5be40956..5c1322cc 100644 --- a/include/types.h +++ b/include/types.h @@ -26,6 +26,8 @@ extern "C" { #endif +typedef void (*ofono_destroy_func)(void *data); + /* 27.007 Section 6.2 */ enum ofono_clir_option { OFONO_CLIR_OPTION_DEFAULT = 0, -- cgit v1.2.3