tracker: remove unused struct
This commit is contained in:
parent
20f30f496b
commit
218a5f7476
@ -72,12 +72,6 @@ struct udpc_connect_res {
|
|||||||
uint64_t connection_id;
|
uint64_t connection_id;
|
||||||
} __packed;
|
} __packed;
|
||||||
|
|
||||||
struct udpc_scrape_res {
|
|
||||||
uint32_t *seeders;
|
|
||||||
uint32_t *completed;
|
|
||||||
uint32_t *leechers;
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
static int tracker_dial(const char *, const char *, int, const char **);
|
static int tracker_dial(const char *, const char *, int, const char **);
|
||||||
static int url_parse(const char *, char **, char **);
|
static int url_parse(const char *, char **, char **);
|
||||||
|
Loading…
Reference in New Issue
Block a user