diff options
Diffstat (limited to 'gatchat/ppp_cp.h')
-rw-r--r-- | gatchat/ppp_cp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gatchat/ppp_cp.h b/gatchat/ppp_cp.h index 69676cd0..e326b5ef 100644 --- a/gatchat/ppp_cp.h +++ b/gatchat/ppp_cp.h @@ -150,3 +150,5 @@ void pppcp_generate_event(struct pppcp_data *data, enum pppcp_event_type event_type, gpointer event_data, guint data_len); void pppcp_process_packet(gpointer priv, guint8 *new_packet); +void pppcp_send_protocol_reject(struct pppcp_data *data, + guint8 *rejected_packet, gsize len); |