diff options
Diffstat (limited to 'include/remove_pkg.h')
| -rw-r--r-- | include/remove_pkg.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/remove_pkg.h b/include/remove_pkg.h new file mode 100644 index 0000000..66ee5aa --- /dev/null +++ b/include/remove_pkg.h @@ -0,0 +1,8 @@ +#ifndef REMOVE_PKG_H +#define REMOVE_PKG_H + +#include "vars.h" + +void remove_pkg(Pkg pkg); + +#endif
\ No newline at end of file |
