aboutsummaryrefslogtreecommitdiff
path: root/include/fetch_src.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/fetch_src.hh')
-rw-r--r--include/fetch_src.hh7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/fetch_src.hh b/include/fetch_src.hh
new file mode 100644
index 0000000..e2d4c56
--- /dev/null
+++ b/include/fetch_src.hh
@@ -0,0 +1,7 @@
+#ifndef FETCH_SRC
+#define FETCH_SRC
+
+#include "vars.hh"
+void fetch_src(Pkg pkg);
+
+#endif