summaryrefslogtreecommitdiff
path: root/snac.c
diff options
context:
space:
mode:
authorGravatar grunfink2025-05-04 11:05:47 +0200
committerGravatar grunfink2025-05-04 11:05:47 +0200
commit64d99af19ce864ffefec50fcf0d19d2d65411c35 (patch)
treed4690836faf6bfe1e11b7e15c5629fe3a5f3491d /snac.c
parentPreprocess the webmention q_item. (diff)
downloadsnac2-64d99af19ce864ffefec50fcf0d19d2d65411c35.tar.gz
snac2-64d99af19ce864ffefec50fcf0d19d2d65411c35.tar.xz
snac2-64d99af19ce864ffefec50fcf0d19d2d65411c35.zip
xs_webmention.h new file.
Diffstat (limited to 'snac.c')
-rw-r--r--snac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/snac.c b/snac.c
index 0a1c9cf..a35cd06 100644
--- a/snac.c
+++ b/snac.c
@@ -25,6 +25,7 @@
25#include "xs_fcgi.h" 25#include "xs_fcgi.h"
26#include "xs_html.h" 26#include "xs_html.h"
27#include "xs_po.h" 27#include "xs_po.h"
28#include "xs_webmention.h"
28 29
29#include "snac.h" 30#include "snac.h"
30 31