summaryrefslogtreecommitdiffstats
path: root/gatchat/ppp_cp.h
diff options
context:
space:
mode:
Diffstat (limited to 'gatchat/ppp_cp.h')
-rw-r--r--gatchat/ppp_cp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gatchat/ppp_cp.h b/gatchat/ppp_cp.h
index e326b5ef..58f58b28 100644
--- a/gatchat/ppp_cp.h
+++ b/gatchat/ppp_cp.h
@@ -109,6 +109,7 @@ struct pppcp_timer_data {
struct pppcp_protocol_data {
guint16 proto;
const char *prefix;
+ const char **options;
gpointer priv;
GAtPPP *ppp;
};
@@ -139,6 +140,7 @@ struct pppcp_data {
gpointer priv;
guint16 proto;
const char *prefix;
+ const char **options;
};
struct pppcp_data *pppcp_new(struct pppcp_protocol_data *proto_data);