summaryrefslogtreecommitdiff
path: root/src/htsparse.h
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2014-05-29 15:42:53 +0000
committerXavier Roche <xroche@users.noreply.github.com>2014-05-29 15:42:53 +0000
commit4f5776a8fac840619f01a61a3655a4608e04d9fd (patch)
treeb9bb0b6ce0eb39118ed5646f66687a616890248a /src/htsparse.h
parent8adeadbdb63e1cb8e4d62fe400ffefada9122d86 (diff)
Big cleanup: introducing cleaner lien_adrfilsave and lien_adrfil structures holding address/uri or address/uri/filename rather than passing opaque char* of unknown size.
Diffstat (limited to 'src/htsparse.h')
-rw-r--r--src/htsparse.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/htsparse.h b/src/htsparse.h
index 2d1abd4..01eb953 100644
--- a/src/htsparse.h
+++ b/src/htsparse.h
@@ -135,9 +135,9 @@ int hts_mirror_wait_for_next_file(htsmoduleStruct * str,
to be ready for naming, having its header MIME type
If the final URL is to be forbidden, sets 'forbidden_url' to the corresponding value
*/
-int hts_wait_delayed(htsmoduleStruct * str, char *adr, char *fil, char *save,
- char *parent_adr, char *parent_fil, char *former_adr,
- char *former_fil, int *forbidden_url);
+int hts_wait_delayed(htsmoduleStruct * str, lien_adrfilsave *afs,
+ char *parent_adr, char *parent_fil, lien_adrfil *former,
+ int *forbidden_url);
/* Context state */