summaryrefslogtreecommitdiff
path: root/src/htsalias.h
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2012-03-19 12:55:42 +0000
committerXavier Roche <xroche@users.noreply.github.com>2012-03-19 12:55:42 +0000
commit844ecc37072d515513177c65a8c9dc35c9cdfc1a (patch)
tree733b1fe039c0c37095a594b66d5076f3f5a0153d /src/htsalias.h
parent25adbdabb47499fe641c7bd9595024ff82667058 (diff)
httrack 3.33.16
Diffstat (limited to 'src/htsalias.h')
-rw-r--r--src/htsalias.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/htsalias.h b/src/htsalias.h
index e5e8f82..21c3142 100644
--- a/src/htsalias.h
+++ b/src/htsalias.h
@@ -39,6 +39,8 @@ Please visit our Website: http://www.httrack.com
#ifndef HTSALIAS_DEFH
#define HTSALIAS_DEFH
+/* Library internal definictions */
+#ifdef HTS_INTERNAL_BYTECODE
extern const char* hts_optalias[][4];
int optalias_check(int argc,const char * const * argv,int n_arg,
int* return_argc,char** return_argv,
@@ -54,5 +56,6 @@ const char* opttype_value(int p);
const char* opthelp_value(int p);
char* hts_gethome(void);
void expand_home(char* str);
+#endif
#endif