Files
motion/webu.h
Mr-DaveDev 9b6297387b Replace webhttpd (#658)
Replace the webhttpd module with new webu and translation modules
2018-03-01 18:07:06 -07:00

17 lines
264 B
C

/*
* webu.h
*
* Include file for webu.c
*
* This software is distributed under the GNU Public License Version 2
* See also the file 'COPYING'.
*
*/
#ifndef _INCLUDE_WEBU_H_
#define _INCLUDE_WEBU_H_
void *webu_main(void *arg);
#endif