From 29c122a9a9e8060d3c5861cc5df7805015cd92b8 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 17 Aug 2009 15:31:17 -0500 Subject: Move colp-status enum out of common.h --- src/call-settings.c | 7 +++++++ src/common.h | 7 ------- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/call-settings.c b/src/call-settings.c index 6718c2d8..a0167e3a 100644 --- a/src/call-settings.c +++ b/src/call-settings.c @@ -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, diff --git a/src/common.h b/src/common.h index 267bc730..990553a1 100644 --- a/src/common.h +++ b/src/common.h @@ -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, -- cgit v1.2.3