torrent-stats/connection.h

11 lines
249 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_handler(struct httpd_con *con, void *privdata);
#endif /* _CONNECTION_H_ */