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