Files
motion/webhttpd.h
KennethLavrsen b6477fc3dc http control help
The http://www.lavrsen.dk/twiki/bin/view/Motion/MotionGuideAlphabeticalOptionReferenceManual
is a document that suit better and is faster to load.
2007-12-02 15:13:04 +00:00

22 lines
583 B
C

/*
* webhttpd.h
*
* Include file for webhttpd.c
*
* Specs : http://www.lavrsen.dk/twiki/bin/view/Motion/MotionHttpAPI
*
* Copyright 2004-2005 by Angel Carpintero (ack@telefonica.net)
* This software is distributed under the GNU Public License Version 2
* See also the file 'COPYING'.
*
*/
#ifndef _INCLUDE_WEBHTTPD_H_
#define _INCLUDE_WEBHTTPD_H_
#define TWIKI_URL "http://www.lavrsen.dk/twiki/bin/view/Motion/MotionGuideAlphabeticalOptionReferenceManual"
void * motion_web_control(void *arg);
void httpd_run(struct context **);
#endif