aboutsummaryrefslogtreecommitdiff
path: root/include/remove_pkg.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/remove_pkg.hh')
-rw-r--r--include/remove_pkg.hh8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/remove_pkg.hh b/include/remove_pkg.hh
new file mode 100644
index 0000000..fc9ed9d
--- /dev/null
+++ b/include/remove_pkg.hh
@@ -0,0 +1,8 @@
+#ifndef REMOVE_PKG
+#define REMOVE_PKG
+
+#include <unistd.h>
+#include "vars.hh"
+void remove_pkg(Pkg pkg);
+
+#endif