From 8730339f40285b05faa6979b267fd5a74be43fcc Mon Sep 17 00:00:00 2001 From: Aki Niemi Date: Tue, 9 Feb 2010 22:00:46 +0200 Subject: Move USSD status enum to header --- include/ussd.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include/ussd.h') diff --git a/include/ussd.h b/include/ussd.h index a0f3a1e7..96e04cb0 100644 --- a/include/ussd.h +++ b/include/ussd.h @@ -28,6 +28,15 @@ extern "C" { #include +enum ofono_ussd_status { + OFONO_USSD_STATUS_NOTIFY = 0, + OFONO_USSD_STATUS_ACTION_REQUIRED = 1, + OFONO_USSD_STATUS_TERMINATED = 2, + OFONO_USSD_STATUS_LOCAL_CLIENT_RESPONDED = 3, + OFONO_USSD_STATUS_NOT_SUPPORTED = 4, + OFONO_USSD_STATUS_TIMED_OUT = 5, +}; + struct ofono_ussd; typedef void (*ofono_ussd_cb_t)(const struct ofono_error *error, void *data); -- cgit v1.2.3