mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-21 06:22:21 +02:00
10 lines
184 B
C
10 lines
184 B
C
![]() |
/*
|
||
|
* SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
esp_netif_t *eppp_connect(void);
|
||
|
|
||
|
esp_netif_t *eppp_listen(void);
|