From 4a2abe7bf4c05db91093e4a2d29d27430316bc05 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 6 Mar 2024 12:29:36 +0000 Subject: Add ls.cgi, prepare for 0.0.4.0 Signed-off-by: Laurent Bercot --- src/include/tipidee/util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include') diff --git a/src/include/tipidee/util.h b/src/include/tipidee/util.h index 18eb2ce..b3d1151 100644 --- a/src/include/tipidee/util.h +++ b/src/include/tipidee/util.h @@ -34,4 +34,6 @@ extern int tipidee_util_httpdate (char const *, tain *) ; extern int tipidee_util_defaulttext (unsigned int, tipidee_defaulttext *) ; extern int tipidee_util_parse_range (char const *, off_t, uint64_t *, uint64_t *) ; +extern char const *tipidee_util_htmlescape (char const *) ; + #endif -- cgit v1.3.1