torrent-stats/connection.h
2009-05-03 14:23:21 +02:00

8 lines
118 B
C

#ifndef _CONNECTION_H_
#define _CONNECTION_H_
int ctcs_init(void);
int ctcs_free(void);
#endif /* _CONNECTION_H_ */