diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-29 16:03:04 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-29 16:03:04 +0000 |
commit | c7636d4f90c558500e946427315eec83dfdcf87e (patch) | |
tree | e9118db9933a681335e6f6cf271e77b57f4ab5cd /src/htstools.h | |
parent | 3a7e594166e0358aace7d521b0e55d3f434681b8 (diff) |
tr -d '\r'
Diffstat (limited to 'src/htstools.h')
-rw-r--r-- | src/htstools.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htstools.h b/src/htstools.h index 94f7c4a..1289849 100644 --- a/src/htstools.h +++ b/src/htstools.h @@ -58,7 +58,7 @@ typedef struct lien_adrfilsave lien_adrfilsave; /* Library internal definictions */ #ifdef HTS_INTERNAL_BYTECODE -int ident_url_relatif(const char *lien, const char *origin_adr,
+int ident_url_relatif(const char *lien, const char *origin_adr, const char *origin_fil, lien_adrfil* const adrfil); int lienrelatif(char *s, const char *link, const char *curr); |