#ifndef FETCH_H
#define FETCH_H

void init_fetch_module(void);
void fetch_poll_events(void);
int has_pending_fetches(void);

#endif
