Files
motion/src/webu_html.hpp
2021-03-21 16:23:51 -06:00

8 lines
171 B
C++

#ifndef _INCLUDE_WEBU_HTML_H_
#define _INCLUDE_WEBU_HTML_H_
void webu_html_badreq(struct webui_ctx *webui);
void webu_html_main(struct webui_ctx *webui);
#endif