A clone of btpd with my configuration changes.
Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
|
- #ifndef TRACKER_REQ_H
- #define TRACKER_REQ_H
-
- int tr_create(struct torrent *tp, const char *mi);
- void tr_kill(struct torrent *tp);
- void tr_start(struct torrent *tp);
- void tr_stop(struct torrent *tp);
- void tr_refresh(struct torrent *tp);
- void tr_complete(struct torrent *tp);
- unsigned tr_errors(struct torrent *tp);
- int tr_active(struct torrent *tp);
-
- #endif
|