diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-03-06 12:29:36 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2024-03-06 12:29:36 +0000 |
| commit | 4a2abe7bf4c05db91093e4a2d29d27430316bc05 (patch) | |
| tree | f2ef6b5b77d4ac0dfef4f317b0a520bba1d4e2e1 /src/include | |
| parent | 628b64629d17fef775838736a17ff43bcef8e471 (diff) | |
| download | tipidee-4a2abe7bf4c05db91093e4a2d29d27430316bc05.tar.gz | |
Add ls.cgi, prepare for 0.0.4.0
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/tipidee/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
