summaryrefslogtreecommitdiff
path: root/src/htshelp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/htshelp.h')
-rw-r--r--src/htshelp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/htshelp.h b/src/htshelp.h
index 924a526..67354c7 100644
--- a/src/htshelp.h
+++ b/src/htshelp.h
@@ -43,11 +43,14 @@ Please visit our Website: http://www.httrack.com
#include "htsglobal.h"
#include "htscore.h"
+/* Library internal definictions */
+#ifdef HTS_INTERNAL_BYTECODE
void infomsg(char* msg);
void help(char* app,int more);
void make_empty_index(char* str);
void help_wizard(httrackp* opt);
int help_query(char* list,int def);
void help_catchurl(char* dest_path);
+#endif
#endif