diff options
Diffstat (limited to 'include/remove_pkg.hh')
| -rw-r--r-- | include/remove_pkg.hh | 8 |
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 |
