modfetch/include/fetch.h

9 lines
130 B
C
Raw Normal View History

#ifndef _MODFETCH_FETCH_H
#define _MODFETCH_FETCH_H
#include <config.h>
void fetch(Config config);
#endif // _MODFETCH_FETCH_H