diff options
Diffstat (limited to 'include/fetch_src.h')
| -rw-r--r-- | include/fetch_src.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/fetch_src.h b/include/fetch_src.h new file mode 100644 index 0000000..089776c --- /dev/null +++ b/include/fetch_src.h @@ -0,0 +1,8 @@ +#ifndef FETCH_SRC_H +#define FETCH_SRC_H + +#include "vars.h" + +void fetch_src(Pkg pkg); + +#endif
\ No newline at end of file |
