diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-07-06 08:00:36 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-07-06 08:00:36 +0000 |
commit | 46a9b89dd3e97cc77a494f45a0d0fbef785daacb (patch) | |
tree | b7f12eb57a9969a7ef1492e0770b9c9b29156201 /src/httrack-library.h | |
parent | b6ba5073a553097eb7c456e4d2e9729a7e7ba782 (diff) |
Added hts_has_stopped() flag, added some asserts
Diffstat (limited to 'src/httrack-library.h')
-rw-r--r-- | src/httrack-library.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/httrack-library.h b/src/httrack-library.h index cbc7d86..248c370 100644 --- a/src/httrack-library.h +++ b/src/httrack-library.h @@ -186,6 +186,7 @@ HTSEXT_API void hts_cancel_test(httrackp * opt); HTSEXT_API void hts_cancel_parsing(httrackp * opt); HTSEXT_API void hts_cancel_test(httrackp * opt); HTSEXT_API void hts_cancel_parsing(httrackp * opt); +HTSEXT_API int hts_has_stopped(httrackp * opt); /* Tools */ HTSEXT_API int structcheck(const char *path); |