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

#include "vars.hh"
Pkg create_pkg(std::string arg);

#endif