links: remove unused global links_init and links_step

This commit is contained in:
Kamil Trzcinski
2023-02-24 00:19:49 +01:00
parent 53bfdcfedf
commit bf14b915eb
2 changed files with 3 additions and 5 deletions

View File

@ -29,7 +29,5 @@ typedef struct link_s {
int n_callbacks;
} link_t;
int links_init(link_t *all_links);
int links_step(link_t *all_links, int timeout_now_ms, int *timeout_next_ms);
int links_loop(link_t *all_links, bool *running);
void links_dump(link_t *all_links);