mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-17 13:46:56 +08:00
PPP, CORE, code cleaning
Reordered functions in the order they are declared in headers. Removed useless ppp_link_down() function. Merged ppp_stop() and ppp_close(). Merged ppp_hup() and ppp_sighup().
This commit is contained in:
@@ -389,7 +389,6 @@ void ppp_input(ppp_pcb *pcb, struct pbuf *pb);
|
||||
int ppp_write(ppp_pcb *pcb, struct pbuf *p);
|
||||
|
||||
/* functions called by auth.c link_terminated() */
|
||||
void ppp_link_down(ppp_pcb *pcb);
|
||||
void ppp_link_terminated(ppp_pcb *pcb);
|
||||
|
||||
/* merge a pbuf chain into one pbuf */
|
||||
|
||||
Reference in New Issue
Block a user