mirror of
https://github.com/Motion-Project/motion.git
synced 2026-02-05 04:21:32 -05:00
17 lines
264 B
C
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
|