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