Move clir-status enum out of common.h
authorDenis Kenzior <denkenz@gmail.com>
Mon, 17 Aug 2009 20:29:01 +0000 (15:29 -0500)
committerDenis Kenzior <denkenz@gmail.com>
Mon, 17 Aug 2009 20:29:01 +0000 (15:29 -0500)
src/call-settings.c
src/common.h

index 6928ee2..dda6e95 100644 (file)
 
 static GSList *g_drivers = NULL;
 
+/* 27.007 Section 7.7 */
+enum clir_status {
+       CLIR_STATUS_NOT_PROVISIONED = 0,
+       CLIR_STATUS_PROVISIONED_PERMANENT,
+       CLIR_STATUS_UNKNOWN,
+       CLIR_STATUS_TEMPORARY_RESTRICTED,
+       CLIR_STATUS_TEMPORARY_ALLOWED
+};
+
 enum call_setting_type {
        CALL_SETTING_TYPE_CLIP = 0,
        CALL_SETTING_TYPE_COLP,
index eeaa951..6c2aeb2 100644 (file)
@@ -49,15 +49,6 @@ enum network_registration_status {
        NETWORK_REGISTRATION_STATUS_ROAMING = 5
 };
 
-/* 27.007 Section 7.7 */
-enum clir_status {
-       CLIR_STATUS_NOT_PROVISIONED = 0,
-       CLIR_STATUS_PROVISIONED_PERMANENT,
-       CLIR_STATUS_UNKNOWN,
-       CLIR_STATUS_TEMPORARY_RESTRICTED,
-       CLIR_STATUS_TEMPORARY_ALLOWED
-};
-
 /* 27.007 Section 7.6 */
 enum clip_status {
        CLIP_STATUS_NOT_PROVISIONED = 0,