diff options
-rw-r--r-- | include/types.h | 2 | ||||
-rw-r--r-- | src/ofono.h | 2 |
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(); |