diff options
| author | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:51:31 +0000 |
|---|---|---|
| committer | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:51:31 +0000 |
| commit | 25adbdabb47499fe641c7bd9595024ff82667058 (patch) | |
| tree | 4200bb5e746bc1c0606de615ec99f0a247d4d9ba /libtest/example.h | |
| parent | ad5b7acc19290ff91e0f42a0de448a26760fcf99 (diff) | |
httrack 3.30.1
Diffstat (limited to 'libtest/example.h')
| -rw-r--r-- | libtest/example.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/libtest/example.h b/libtest/example.h new file mode 100644 index 0000000..161dce5 --- /dev/null +++ b/libtest/example.h @@ -0,0 +1,27 @@ +/*
+ HTTrack library example
+ .h file
+*/
+
+#ifdef __WIN32
+#define CDECL __cdecl
+#else
+#define CDECL
+#endif
+
+void CDECL httrack_wrapper_init(void);
+void CDECL httrack_wrapper_uninit(void);
+int CDECL httrack_wrapper_start(httrackp* opt);
+int CDECL httrack_wrapper_chopt(httrackp* opt);
+int CDECL httrack_wrapper_end(void);
+int CDECL httrack_wrapper_checkhtml(char* html,int len,char* url_adresse,char* url_fichier);
+int CDECL httrack_wrapper_loop(void* _back,int back_max,int back_index,int lien_n,int lien_tot,int stat_time,hts_stat_struct* stats);
+char* CDECL httrack_wrapper_query(char* question);
+char* CDECL httrack_wrapper_query2(char* question);
+char* CDECL httrack_wrapper_query3(char* question);
+int CDECL httrack_wrapper_check(char* adr,char* fil,int status);
+void CDECL httrack_wrapper_pause(char* lockfile);
+void CDECL httrack_wrapper_filesave(char* file);
+int CDECL httrack_wrapper_linkdetected(char* link);
+int CDECL httrack_wrapper_xfrstatus(void* back);
+
|
