aboutsummaryrefslogtreecommitdiff
path: root/include/create_pkg.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/create_pkg.hh')
-rw-r--r--include/create_pkg.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/create_pkg.hh b/include/create_pkg.hh
index 0af5ccc..d7589f9 100644
--- a/include/create_pkg.hh
+++ b/include/create_pkg.hh
@@ -2,6 +2,6 @@
#define CREATE_PKG
#include "vars.hh"
-Pkg create_pkg(std::string arg);
+Pkg create_pkg(std::string arg, const char* target = "default");
#endif