Move ofono_destroy_fun to types.h

This commit is contained in:
Denis Kenzior 2009-08-18 17:03:18 -05:00
parent 1cd48d1abe
commit 3b043e9b1a
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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();