diff options
Diffstat (limited to 'accel-pppd/ppp/ppp_ipcp.h')
-rw-r--r-- | accel-pppd/ppp/ppp_ipcp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/accel-pppd/ppp/ppp_ipcp.h b/accel-pppd/ppp/ppp_ipcp.h index 2197edd..f955461 100644 --- a/accel-pppd/ppp/ppp_ipcp.h +++ b/accel-pppd/ppp/ppp_ipcp.h @@ -82,7 +82,6 @@ struct ppp_ipcp_t struct ppp_fsm_t fsm; struct ppp_t *ppp; struct list_head options; - void *buf; struct list_head ropt_list; // last received ConfReq int ropt_len; @@ -94,7 +93,6 @@ struct ppp_ipcp_t int ipcp_option_register(struct ipcp_option_handler_t *h); struct ipcp_option_t *ipcp_find_option(struct ppp_t *ppp, struct ipcp_option_handler_t *h); -void ipcp_send_ack(struct ppp_t *); #endif |