From 97eae758b6ba3f4f951a54282a1fc57c721cf037 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 22 Aug 2023 10:16:57 +0000 Subject: Fix redirection lookup Signed-off-by: Laurent Bercot --- src/include/tipidee/conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/tipidee/conf.h b/src/include/tipidee/conf.h index bc66d76..abc8313 100644 --- a/src/include/tipidee/conf.h +++ b/src/include/tipidee/conf.h @@ -38,7 +38,7 @@ extern int tipidee_conf_get_uint32 (tipidee_conf const *, char const *, uint32_t extern unsigned int tipidee_conf_get_argv (tipidee_conf const *, char const *, char const **, unsigned int, size_t *) ; extern char const *tipidee_conf_get_docroot (tipidee_conf const *, tipidee_uri const *, uint16_t) ; -extern int tipidee_conf_get_redirection (tipidee_conf const *, char const *, size_t, tipidee_redirection *) ; +extern int tipidee_conf_get_redirection (tipidee_conf const *, char const *, size_t, char const *, tipidee_redirection *) ; extern char const *tipidee_conf_get_content_type (tipidee_conf const *, char const *) ; #endif -- cgit v1.3.1