mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-18 14:16:55 +08:00
PPP, MPPE, using err_t return for mppe_decompress
This commit is contained in:
@@ -136,7 +136,7 @@ int mppe_compress(void *arg, unsigned char *ibuf, unsigned char *obuf,
|
||||
int mppe_decomp_init(void *arg, unsigned char *options, int optlen, int unit,
|
||||
int hdrlen, int mru, int debug);
|
||||
void mppe_decomp_reset(void *arg);
|
||||
int mppe_decompress(void *arg, struct pbuf **pb);
|
||||
err_t mppe_decompress(void *arg, struct pbuf **pb);
|
||||
void mppe_incomp(void *arg, unsigned char *ibuf, int icnt);
|
||||
|
||||
#endif /* MPPE_H */
|
||||
|
||||
Reference in New Issue
Block a user