mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-29 00:32:51 +00:00
PPP, MPPE, commented-in Linux interface calls structure
This commit is contained in:
parent
cdc2d034de
commit
3cf3b78192
@ -549,6 +549,7 @@ static void mppe_incomp(void *arg, unsigned char *ibuf, int icnt)
|
||||
"(proto %04x)\n", state->unit, PPP_PROTOCOL(ibuf)));
|
||||
}
|
||||
|
||||
#if 0
|
||||
/*************************************************************
|
||||
* Module interface table
|
||||
*************************************************************/
|
||||
@ -571,5 +572,6 @@ static struct compressor ppp_mppe = {
|
||||
.incomp = mppe_incomp,
|
||||
.comp_extra = MPPE_PAD,
|
||||
};
|
||||
#endif /* 0 */
|
||||
|
||||
#endif /* PPP_SUPPORT && MPPE_SUPPORT */
|
||||
|
Loading…
x
Reference in New Issue
Block a user