Align variable name for ef_index to maintain uniformatiy.
authorSuresh Kumar N <suresh.n@samsung.com>
Tue, 9 Apr 2013 19:01:32 +0000 (00:31 +0530)
committerSuresh Kumar N <suresh.n@samsung.com>
Tue, 9 Apr 2013 19:01:32 +0000 (00:31 +0530)
include/type/network.h [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 786016c..bba7b70
@@ -188,7 +188,7 @@ struct treq_network_set_preferred_plmn {
        enum telephony_network_preferred_plmn_operation operation;
        char plmn[7];
        enum telephony_network_access_technology act;
-       int ef_index;
+       int index;
 };
 struct treq_network_get_preferred_plmn { /* no data */
 };
@@ -269,7 +269,7 @@ struct tresp_network_get_preferred_plmn {
        TReturn result;
        int list_count;
        struct {
-               int ef_index;
+               int index;
                char plmn[7];
                enum telephony_network_access_technology act;
                unsigned int lac;