diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-29 09:41:59 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-29 09:41:59 +0000 |
commit | 8adeadbdb63e1cb8e4d62fe400ffefada9122d86 (patch) | |
tree | af04b2ac94e7d1d2e0645f305278f6d335f81b66 /src/htswizard.h | |
parent | c64b8d6e884bc587749a3363fc4311a48a4b7b0c (diff) |
Removed duplicate opt->lien_tot and opt->liens members in some functions.
Diffstat (limited to 'src/htswizard.h')
-rw-r--r-- | src/htswizard.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/htswizard.h b/src/htswizard.h index b4d10f8..42a3e43 100644 --- a/src/htswizard.h +++ b/src/htswizard.h @@ -49,12 +49,12 @@ typedef struct httrackp httrackp; typedef struct lien_url lien_url; #endif -int hts_acceptlink(httrackp * opt, int ptr, int lien_tot, lien_url ** liens, +int hts_acceptlink(httrackp * opt, int ptr, const char *adr, const char *fil, const char *tag, const char *attribute, int *set_prio_to_0, int *just_test_it); int hts_testlinksize(httrackp * opt, const char *adr, const char *fil, LLint size); -int hts_acceptmime(httrackp * opt, int ptr, int lien_tot, lien_url ** liens, +int hts_acceptmime(httrackp * opt, int ptr, const char *adr, const char *fil, const char *mime); #endif |