diff options
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 9 |
1 files changed, 9 insertions, 0 deletions
| @@ -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 | |||