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