summaryrefslogtreecommitdiffstats
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
parent1cd48d1abe09383559d307075a8d1e7b4fccdd07 (diff)
downloadofono-3b043e9b1a08d2a17defe875fb408079095aebd0.tar.bz2
Move ofono_destroy_fun to types.h
-rw-r--r--include/types.h2
-rw-r--r--src/ofono.h2
2 files changed, 2 insertions, 2 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,
diff --git a/src/ofono.h b/src/ofono.h
index fa6e0710..d28bfcc5 100644
--- a/src/ofono.h
+++ b/src/ofono.h
@@ -23,8 +23,6 @@
#define OFONO_API_SUBJECT_TO_CHANGE
-typedef void (*ofono_destroy_func)(void *data);
-
int __ofono_manager_init();
void __ofono_manager_cleanup();