summaryrefslogtreecommitdiff
path: root/src/htsencoding.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/htsencoding.h')
-rw-r--r--src/htsencoding.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/htsencoding.h b/src/htsencoding.h
index 01def33..ad5fee3 100644
--- a/src/htsencoding.h
+++ b/src/htsencoding.h
@@ -86,8 +86,7 @@ extern int hts_unescapeUrl(const char *src, char *dest, const size_t max);
* Note: source and destination MUST NOT be the same.
* Returns 0 upon success, -1 upon overflow or error.
**/
-extern int hts_unescapeUrlSpecial(const char *src,
- char *dest, const size_t max,
- int flags);
+extern int hts_unescapeUrlSpecial(const char *src, char *dest, const size_t max,
+ const int flags);
#endif