ReactOS 0.4.16-dev-257-g6aa11ac
test_pppos.h
Go to the documentation of this file.
1#ifndef LWIP_HDR_TEST_PPPOS_H
2#define LWIP_HDR_TEST_PPPOS_H
3
4#include "../lwip_check.h"
5#include "netif/ppp/ppp.h"
6
7#if PPP_SUPPORT && PPPOS_SUPPORT
8
9Suite* pppos_suite(void);
10
11#endif /* PPP_SUPPORT && PPPOS_SUPPORT */
12
13#endif /* LWIP_HDR_TEST_PPPOS_H */