aboutsummaryrefslogtreecommitdiff
path: root/doc/man3/Makefile
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-11-11 23:56:23 +0100
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-11-12 01:29:55 +0100
commit9e1779eacdbe4f56177efb258f543e8baa9efc4e (patch)
tree31724d2db8c1ea7183526fb3b795ab58659c1ab9 /doc/man3/Makefile
parent9ac68fd76c43523ea3aa3bcc4f9fef0ac2cee830 (diff)
doc: Add man3 page for http_decode_urldecode-url
Suprisingly, this man page was missing on the 0.1.0 release. The recent signature changes on http_decode_url have already been reflected.
Diffstat (limited to 'doc/man3/Makefile')
-rw-r--r--doc/man3/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/man3/Makefile b/doc/man3/Makefile
index fcfa8e3..c1a111d 100644
--- a/doc/man3/Makefile
+++ b/doc/man3/Makefile
@@ -19,6 +19,7 @@ OBJECTS = \
$(DESTDIR)$(man3dir)/html_serialize.3 \
$(DESTDIR)$(man3dir)/http_alloc.3 \
$(DESTDIR)$(man3dir)/http_cookie_create.3 \
+ $(DESTDIR)$(man3dir)/http_decode_url.3 \
$(DESTDIR)$(man3dir)/http_encode_url.3 \
$(DESTDIR)$(man3dir)/http_free.3 \
$(DESTDIR)$(man3dir)/http_response_add_header.3 \