diff options
Diffstat (limited to 'include/create_pkg.h')
| -rw-r--r-- | include/create_pkg.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/create_pkg.h b/include/create_pkg.h new file mode 100644 index 0000000..dbd5bec --- /dev/null +++ b/include/create_pkg.h @@ -0,0 +1,8 @@ +#ifndef CREATE_PKG_H +#define CREATE_PKG_H + +#include "vars.h" + +Pkg create_pkg(const char *arg, const char *target); + +#endif
\ No newline at end of file |
