File: webu_text.h

package info (click to toggle)
motion 4.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,020 kB
  • sloc: ansic: 26,372; makefile: 83; sh: 59
file content (12 lines) | stat: -rw-r--r-- 361 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#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