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

index 6718c2d..a0167e3 100644 (file)
@@ -56,6 +56,13 @@ enum clip_status {
        CLIP_STATUS_UNKNOWN
 };
 
+/* 27.007 Section 7.8 */
+enum colp_status {
+       COLP_STATUS_NOT_PROVISIONED = 0,
+       COLP_STATUS_PROVISIONED = 1,
+       COLP_STATUS_UNKNOWN = 2
+};
+
 enum call_setting_type {
        CALL_SETTING_TYPE_CLIP = 0,
        CALL_SETTING_TYPE_COLP,
index 267bc73..990553a 100644 (file)
@@ -56,13 +56,6 @@ enum clip_validity {
        CLIP_VALIDITY_NOT_AVAILABLE = 2
 };
 
-/* 27.007 Section 7.8 */
-enum colp_status {
-       COLP_STATUS_NOT_PROVISIONED = 0,
-       COLP_STATUS_PROVISIONED = 1,
-       COLP_STATUS_UNKNOWN = 2
-};
-
 /* This is not defined in 27.007, but presumably the same as CLIP/COLP */
 enum colr_status {
        COLR_STATUS_NOT_PROVISIONED = 0,