aboutsummaryrefslogtreecommitdiff
path: root/include/create_pkg.h
blob: dbd5bec920b425e7d4cdccf7c93700b7da4e1fa9 (plain)
1
2
3
4
5
6
7
8
#ifndef CREATE_PKG_H
#define CREATE_PKG_H

#include "vars.h"

Pkg create_pkg(const char *arg, const char *target);

#endif