diff options
Diffstat (limited to 'gatchat/ppp_cp.h')
-rw-r--r-- | gatchat/ppp_cp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gatchat/ppp_cp.h b/gatchat/ppp_cp.h index 15207659..2f991444 100644 --- a/gatchat/ppp_cp.h +++ b/gatchat/ppp_cp.h @@ -69,7 +69,6 @@ struct pppcp_proto { guint16 proto; const char *name; guint16 supported_codes; - const char **option_strings; void (*this_layer_up)(struct pppcp_data *data); void (*this_layer_down)(struct pppcp_data *data); void (*this_layer_started)(struct pppcp_data *data); |