summaryrefslogtreecommitdiff
path: root/xs_httpd.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-10-16 20:23:01 +0200
committerdefault <nobody@localhost>2022-10-16 20:23:01 +0200
commitaf95a58263350caeb6f6932b475cad70be208518 (patch)
treea046dff168b773f50939641d11f5f2fa3d900d18 /xs_httpd.h
parentb856fe79e42d92fd968fd645478e076b714ee6bd (diff)
Some emoticon tweaks.
Diffstat (limited to 'xs_httpd.h')
-rw-r--r--xs_httpd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xs_httpd.h b/xs_httpd.h
index ea56263..2fb5057 100644
--- a/xs_httpd.h
+++ b/xs_httpd.h
@@ -69,6 +69,8 @@ d_char *xs_url_vars(char *str)
}
+void *memmem(const void *, size_t, const void *, size_t);
+
d_char *_xs_multipart_form_data(char *payload, int p_size, char *header)
/* parses a multipart/form-data payload */
{