summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authorGravatar default2022-09-27 09:07:07 +0200
committerGravatar default2022-09-27 09:07:07 +0200
commite0c01956166c9fe14b734750e82f7c209ffcf499 (patch)
tree586e1ac640f524975176ed0bfdf1b498551b1796 /html.c
parent[.gitignore] new file. (diff)
downloadsnac2-e0c01956166c9fe14b734750e82f7c209ffcf499.tar.gz
snac2-e0c01956166c9fe14b734750e82f7c209ffcf499.tar.xz
snac2-e0c01956166c9fe14b734750e82f7c209ffcf499.zip
[html.c] new file.
Diffstat (limited to 'html.c')
-rw-r--r--html.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/html.c b/html.c
new file mode 100644
index 0000000..2646e7d
--- /dev/null
+++ b/html.c
@@ -0,0 +1,9 @@
1/* snac - A simple, minimalistic ActivityPub instance */
2/* copyright (c) 2022 grunfink - MIT license */
3
4#include "xs.h"
5#include "xs_io.h"
6#include "xs_json.h"
7
8#include "snac.h"
9