summaryrefslogtreecommitdiff
path: root/shared-module/ipaddress/__init__.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared-module/ipaddress/__init__.h')
-rw-r--r--shared-module/ipaddress/__init__.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/shared-module/ipaddress/__init__.h b/shared-module/ipaddress/__init__.h
index 7d5f2c220..9f1e00777 100644
--- a/shared-module/ipaddress/__init__.h
+++ b/shared-module/ipaddress/__init__.h
@@ -31,6 +31,10 @@
#include "py/obj.h"
+#include "lwip/api.h"
+
mp_obj_t common_hal_ipaddress_new_ipv4(uint32_t value);
+void ipaddress_ipaddress_to_esp_idf(mp_obj_t ip_address, ip_addr_t* esp_ip_address);
+
#endif // MICROPY_INCLUDED_SHARED_MODULE_IPADDRESS___INIT___H