aboutsummaryrefslogtreecommitdiff
path: root/include/remove_pkg.hh
blob: fc9ed9d31043f2d26efcce13cb54bc21c3f2f25a (plain)
1
2
3
4
5
6
7
8
#ifndef REMOVE_PKG
#define REMOVE_PKG

#include <unistd.h>
#include "vars.hh"
void remove_pkg(Pkg pkg);

#endif