A clone of btpd with my configuration changes.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #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
|