torrent-stats/connection.h

8 lines
118 B
C
Raw Permalink Normal View History

2007-06-18 15:44:05 +02:00
#ifndef _CONNECTION_H_
#define _CONNECTION_H_
2009-05-03 14:20:03 +02:00
int ctcs_init(void);
int ctcs_free(void);
2007-06-18 15:44:05 +02:00
#endif /* _CONNECTION_H_ */