torrent-stats/connection.h

8 lines
118 B
C

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