summaryrefslogtreecommitdiff
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
parentb856fe79e42d92fd968fd645478e076b714ee6bd (diff)
Some emoticon tweaks.
-rw-r--r--format.c3
-rw-r--r--xs_httpd.h2
2 files changed, 4 insertions, 1 deletions
diff --git a/format.c b/format.c
index b7dfdf8..f0f4298 100644
--- a/format.c
+++ b/format.c
@@ -20,7 +20,7 @@ struct {
{ ":-(", "&#128542;" },
{ ":-*", "&#128536;" },
{ ":-/", "&#128533;" },
- { "8-o", "&#128563;" },
+ { "8-o", "&#128562;" },
{ "%-)", "&#129322;" },
{ ":_(", "&#128546;" },
{ ":-|", "&#128528;" },
@@ -29,6 +29,7 @@ struct {
{ ":eyeroll:", "&#128580;" },
{ ":beer:", "&#127866;" },
{ ":beers:", "&#127867;" },
+ { ":munch:", "&#128561;" },
{ NULL, NULL }
};
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 */
{