From 8001338da7e5242360c2138cb3b48189cf453b3a Mon Sep 17 00:00:00 2001 From: Pekka Pessi Date: Thu, 27 May 2010 19:12:43 +0300 Subject: Use ofono_bool_t instead of bool in modem API. --- include/modem.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'include/modem.h') diff --git a/include/modem.h b/include/modem.h index f1921661..4213ed5b 100644 --- a/include/modem.h +++ b/include/modem.h @@ -26,8 +26,6 @@ extern "C" { #endif -#include - #include struct ofono_modem; @@ -63,8 +61,9 @@ int ofono_modem_set_integer(struct ofono_modem *modem, int ofono_modem_get_integer(struct ofono_modem *modem, const char *key); int ofono_modem_set_boolean(struct ofono_modem *modem, - const char *key, bool value); -bool ofono_modem_get_boolean(struct ofono_modem *modem, const char *key); + const char *key, ofono_bool_t value); +ofono_bool_t ofono_modem_get_boolean(struct ofono_modem *modem, + const char *key); typedef void (*ofono_modem_online_cb)(const struct ofono_error *error, void *data); -- cgit v1.2.3