2007-06-18 15:44:05 +02:00
|
|
|
#ifndef _CONNECTION_H_
|
|
|
|
#define _CONNECTION_H_
|
|
|
|
|
|
|
|
#include "httpd.h"
|
|
|
|
|
2007-06-19 15:44:57 +02:00
|
|
|
int ctcs_trigger_status(void *privdata);
|
2007-06-18 15:44:05 +02:00
|
|
|
int ctcs_accept_handler(int fd, void *privdata);
|
2007-07-07 13:53:36 +02:00
|
|
|
int ctcs_httpd_show(struct httpd_con *con, void *privdata);
|
|
|
|
int ctcs_httpd_quit(struct httpd_con *con, void *privdata);
|
2007-06-18 15:44:05 +02:00
|
|
|
|
|
|
|
#endif /* _CONNECTION_H_ */
|