diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-07-07 14:33:33 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-07-07 14:33:33 +0000 |
commit | 57c732da58ab13485f83f890369126ccc3e1228c (patch) | |
tree | c7bed830727a972e916955d2c930f78131287398 /src/httrack-library.h | |
parent | 87c2781ecc23cf3175e01a5f845e4a117c176ce0 (diff) |
Added hts_version()
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 f14aa2a..380c0dd 100644 --- a/src/httrack-library.h +++ b/src/httrack-library.h @@ -111,6 +111,7 @@ HTSEXT_API void hts_log_print(httrackp * opt, int type, const char *format, /* Infos */ HTSEXT_API const char *hts_get_version_info(httrackp * opt); HTSEXT_API const char *hts_is_available(void); +HTSEXT_API const char* hts_version(void); /* Wrapper functions */ HTSEXT_API int htswrap_init(void); // DEPRECATED - DUMMY FUNCTION |