aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordacctal <dacctal@symlinx.net>2026-05-29 10:07:23 +0000
committerdacctal <dacctal@symlinx.net>2026-05-29 10:07:23 +0000
commitcf2bd2ae7f6ec8fedf2f4d004c77e31add30fdb5 (patch)
treeded1970b051676cabe810637b3816dca141e36ab /include
parent156c89a9781e8e5e3580e48646adc36b4d8cee85 (diff)
added success indicator on install, and print package name when complete
Diffstat (limited to 'include')
-rw-r--r--include/vars.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vars.h b/include/vars.h
index f7eeda9..c417b95 100644
--- a/include/vars.h
+++ b/include/vars.h
@@ -105,6 +105,7 @@ extern const char *italic;
extern const char *color_reset;
extern const char *print_pkgit;
+extern const char *print_success;
extern const char *print_skipped;
extern const char *print_warning;
extern const char *print_error;