aboutsummaryrefslogtreecommitdiff
path: root/include/create_pkg.hh
blob: d7589f9afcf6307e3cfa08907839bba6528a8ea8 (plain)
1
2
3
4
5
6
7
#ifndef CREATE_PKG
#define CREATE_PKG

#include "vars.hh"
Pkg create_pkg(std::string arg, const char* target = "default");

#endif