mirror of
https://github.com/Motion-Project/motion.git
synced 2026-05-04 21:03:43 -04:00
8 lines
171 B
C++
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
|