summaryrefslogtreecommitdiffstats
path: root/include/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/types.h')
-rw-r--r--include/types.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/types.h b/include/types.h
index 6a9681d0..44428fb1 100644
--- a/include/types.h
+++ b/include/types.h
@@ -91,6 +91,16 @@ struct ofono_call {
int clip_validity;
};
+struct ofono_data_context {
+ unsigned id;
+ int type;
+ int direction;
+ int active;
+ char *apn;
+ char *username;
+ char *password;
+};
+
#ifdef __cplusplus
}
#endif