torrent-stats/connection.h

12 lines
306 B
C

#ifndef _CONNECTION_H_
#define _CONNECTION_H_
#include "httpd.h"
int ctcs_trigger_status(void *privdata);
int ctcs_accept_handler(int fd, void *privdata);
int ctcs_httpd_show(struct httpd_con *con, void *privdata);
int ctcs_httpd_quit(struct httpd_con *con, void *privdata);
#endif /* _CONNECTION_H_ */