aboutsummaryrefslogtreecommitdiff
path: root/include/help.h
diff options
context:
space:
mode:
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