]> granicus.if.org Git - esp-idf/commit
dhcpserver: Move DHCP option names to a separate header
authorAngus Gratton <angus@espressif.com>
Tue, 5 Sep 2017 07:26:08 +0000 (17:26 +1000)
committerAngus Gratton <gus@projectgus.com>
Tue, 5 Sep 2017 07:28:40 +0000 (17:28 +1000)
commit9471ce9135ba5f2b467d9ee7dcff5f9dd487b170
treedb59defa250484880b16f3dc41c6dea84acc7417
parent48333aea48a5447077ed92fc4aef9f27a69f73b5
dhcpserver: Move DHCP option names to a separate header

Avoids naming conflicts. Resolves TW13826.
components/lwip/apps/dhcpserver.c
components/lwip/include/lwip/apps/dhcpserver.h
components/lwip/include/lwip/apps/dhcpserver_options.h [new file with mode: 0644]
components/tcpip_adapter/tcpip_adapter_lwip.c