summaryrefslogtreecommitdiffstats
path: root/include/types.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-08-18 17:03:18 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-08-19 18:35:06 -0500
commit3b043e9b1a08d2a17defe875fb408079095aebd0 (patch)
tree77c5757fa332bbba0fe3771803e164e468630b61 /include/types.h
parent1cd48d1abe09383559d307075a8d1e7b4fccdd07 (diff)
downloadofono-3b043e9b1a08d2a17defe875fb408079095aebd0.tar.bz2
Move ofono_destroy_fun to types.h
Diffstat (limited to 'include/types.h')
-rw-r--r--include/types.h2
1 files changed, 2 insertions, 0 deletions
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,