mirror of
https://github.com/Motion-Project/motion.git
synced 2026-02-04 20:11:58 -05:00
13 lines
361 B
C
13 lines
361 B
C
#ifndef _INCLUDE_WEBU_TEXT_H_
|
|
#define _INCLUDE_WEBU_TEXT_H_
|
|
|
|
|
|
void webu_text_badreq(struct webui_ctx *webui);
|
|
void webu_text_main(struct webui_ctx *webui);
|
|
void webu_text_status(struct webui_ctx *webui);
|
|
void webu_text_connection(struct webui_ctx *webui);
|
|
void webu_text_list(struct webui_ctx *webui);
|
|
void webu_text_get_query(struct webui_ctx *webui);
|
|
|
|
#endif
|