aboutsummaryrefslogtreecommitdiff
path: root/include/help.h
diff options
context:
space:
mode:
authordacctal <donotcontactmevia@email.invalid>2026-07-21 21:32:27 +0000
committerdacctal <donotcontactmevia@email.invalid>2026-07-21 21:32:27 +0000
commit184bd50e2ea12b4bf40f4ae1b0d685f0bfa1c995 (patch)
treebfe4f0a8fb39def302bdc807308c30b60dd18a92 /include/help.h
parentc251d37c98efba534766e914f7392cc7a0470351 (diff)
started 2.0 refactor. Co-authored-by: ezntek <eason@ezntek.com>
Diffstat (limited to 'include/help.h')
-rw-r--r--include/help.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/help.h b/include/help.h
index c194be4..28fb539 100644
--- a/include/help.h
+++ b/include/help.h
@@ -18,9 +18,9 @@
*/
-#ifndef HELP_H
-#define HELP_H
+#ifndef PKGIT_HELP_H
+#define PKGIT_HELP_H
-void help(void);
+void print_help(void);
-#endif \ No newline at end of file
+#endif