summaryrefslogtreecommitdiff
path: root/src/htshelp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/htshelp.h')
-rw-r--r--src/htshelp.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/htshelp.h b/src/htshelp.h
index 5f1b75b..7add77e 100644
--- a/src/htshelp.h
+++ b/src/htshelp.h
@@ -43,11 +43,11 @@ Please visit our Website: http://www.httrack.com
typedef struct httrackp httrackp;
#endif
-void infomsg(char *msg);
-void help(char *app, int more);
-void make_empty_index(char *str);
+void infomsg(const char *msg);
+void help(const char *app, int more);
+void make_empty_index(const char *str);
void help_wizard(httrackp * opt);
-int help_query(char *list, int def);
+int help_query(const char *list, int def);
void help_catchurl(const char *dest_path);
#endif