IDF release/v4.0 08219f3cf

This commit is contained in:
me-no-dev
2020-01-25 14:51:58 +00:00
parent 8c723be135
commit 41ba143063
858 changed files with 37940 additions and 49396 deletions

View File

@ -50,6 +50,10 @@
#include "ppp.h"
#ifdef __cplusplus
extern "C" {
#endif
/*
* Packet header = Code, id, length.
*/
@ -119,5 +123,9 @@ void upap_authpeer(ppp_pcb *pcb);
extern const struct protent pap_protent;
#ifdef __cplusplus
}
#endif
#endif /* UPAP_H */
#endif /* PPP_SUPPORT && PAP_SUPPORT */