This repository has been archived on 2024-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
esp-firewall/SourceCode/esp-idf/include/network/theFirewall.h
2022-04-10 13:26:52 +02:00

9 lines
175 B
C

#ifndef FIREWALL_H
#define FIREWALL_H
#include "theWebServer.h"
esp_err_t firewall_get_handler(httpd_req_t *req);
esp_err_t firewall_post_handler(httpd_req_t *req);
#endif