A clone of btpd with my configuration changes.
Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- #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
|