lwip/test/unit/ppp/test_pppos.h
David Cermak 6b734bbb2c PPP: Add test exhibiting empty packet null-deref
Also updates lcp.c to compile with PPP_AUTH_SUPPORT=0 in clang
2023-05-10 20:42:27 +02:00

14 lines
255 B
C

#ifndef LWIP_HDR_TEST_PPPOS_H
#define LWIP_HDR_TEST_PPPOS_H
#include "../lwip_check.h"
#include "netif/ppp/ppp.h"
#if PPP_SUPPORT && PPPOS_SUPPORT
Suite* pppos_suite(void);
#endif /* PPP_SUPPORT && PPPOS_SUPPORT */
#endif /* LWIP_HDR_TEST_PPPOS_H */