diff options
Diffstat (limited to 'gatchat/ppp_cp.h')
-rw-r--r-- | gatchat/ppp_cp.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gatchat/ppp_cp.h b/gatchat/ppp_cp.h index de6cb053..913df0f8 100644 --- a/gatchat/ppp_cp.h +++ b/gatchat/ppp_cp.h @@ -66,14 +66,6 @@ struct pppcp_packet { guint8 data[0]; } __attribute__((packed)); -struct pppcp_timer_data { - struct pppcp_data *data; - guint restart_counter; - guint restart_interval; - guint max_counter; - guint restart_timer; -}; - struct pppcp_data *pppcp_new(GAtPPP *ppp, guint16 proto, const struct pppcp_action *action); void pppcp_free(struct pppcp_data *data); |