aboutsummaryrefslogtreecommitdiff
path: root/include/vars.hh
diff options
context:
space:
mode:
authordacctal <dacctal@symlinx.net>2026-05-02 08:38:13 +0000
committerdacctal <dacctal@symlinx.net>2026-05-02 08:38:13 +0000
commit44eb727dc537403be092326639a5b7c6d7182146 (patch)
tree1459603e69496400c22f53dcec67ec2c3348400a /include/vars.hh
parentc555d4c25b5526c37e94ee2c593f34bdf28b159e (diff)
fixed like half of everything idk, you can install stuff now
Diffstat (limited to 'include/vars.hh')
-rw-r--r--include/vars.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vars.hh b/include/vars.hh
index b70615b..8c82155 100644
--- a/include/vars.hh
+++ b/include/vars.hh
@@ -15,6 +15,7 @@ extern bool config_exists;
struct Pkg {
std::string url;
std::string name;
+ const char* target;
std::string ver;
std::filesystem::path src;
};
@@ -76,6 +77,7 @@ extern const std::string color_reset;
extern const std::string print_pkgit;
extern const std::string print_skipped;
+extern const std::string print_warning;
extern const std::string print_error;
#endif