summaryrefslogtreecommitdiff
path: root/src/htsparse.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/htsparse.h
parent25adbdabb47499fe641c7bd9595024ff82667058 (diff)
httrack 3.33.16
Diffstat (limited to 'src/htsparse.h')
-rw-r--r--src/htsparse.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/htsparse.h b/src/htsparse.h
index 4efc386..d36217c 100644
--- a/src/htsparse.h
+++ b/src/htsparse.h
@@ -37,7 +37,7 @@ Please visit our Website: http://www.httrack.com
/* ------------------------------------------------------------ */
-typedef struct {
+typedef struct htsmoduleStructExtended {
/* Main object */
htsblk* r_;
@@ -84,6 +84,9 @@ typedef struct {
} htsmoduleStructExtended;
+/* Library internal definictions */
+#ifdef HTS_INTERNAL_BYTECODE
+
/*
Main parser, attempt to scan links inside the html/css/js file
Parameters: The public module structure, and the private module variables
@@ -105,4 +108,4 @@ int hts_mirror_check_moved(htsmoduleStruct* str, htsmoduleStructExtended* stre);
*/
int hts_mirror_wait_for_next_file(htsmoduleStruct* str, htsmoduleStructExtended* stre);
-
+#endif