9 lines
130 B
C
9 lines
130 B
C
|
#ifndef _MODFETCH_FETCH_H
|
||
|
#define _MODFETCH_FETCH_H
|
||
|
|
||
|
#include <config.h>
|
||
|
|
||
|
void fetch(Config config);
|
||
|
|
||
|
#endif // _MODFETCH_FETCH_H
|