Apply coding rule 10/74410/1
authorhyunuktak <hyunuk.tak@samsung.com>
Tue, 14 Jun 2016 07:08:50 +0000 (16:08 +0900)
committerhyunuktak <hyunuk.tak@samsung.com>
Tue, 14 Jun 2016 07:08:52 +0000 (16:08 +0900)
Change-Id: Ie26ef8da0c6b5140183b1ddd3b47fe9ae33b3637
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
src/connection_profile.c

index 2bbecb2..5450499 100755 (executable)
@@ -1442,7 +1442,7 @@ EXPORT_API int connection_profile_get_cellular_home_url(connection_profile_h pro
        return CONNECTION_ERROR_NONE;
 }
 
-EXPORT_API int connection_profile_get_cellular_pdn_type(connection_profile_h profile, connection_cellular_pdn_type_etype)
+EXPORT_API int connection_profile_get_cellular_pdn_type(connection_profile_h profile, connection_cellular_pdn_type_e *type)
 {
        CHECK_FEATURE_SUPPORTED(TELEPHONY_FEATURE);
 
@@ -1480,7 +1480,7 @@ EXPORT_API int connection_profile_get_cellular_pdn_type(connection_profile_h pro
        return CONNECTION_ERROR_NONE;
 }
 
-EXPORT_API int connection_profile_get_cellular_roam_pdn_type(connection_profile_h profile, connection_cellular_pdn_type_etype)
+EXPORT_API int connection_profile_get_cellular_roam_pdn_type(connection_profile_h profile, connection_cellular_pdn_type_e *type)
 {
        CHECK_FEATURE_SUPPORTED(TELEPHONY_FEATURE);