summaryrefslogtreecommitdiff
path: root/data.c
diff options
context:
space:
mode:
authorGravatar default2025-02-14 10:24:13 +0100
committerGravatar default2025-02-14 10:24:13 +0100
commite020ca84718d99401a99af0363992b4661a1d16e (patch)
tree9f980740c02571278be678630c84b85e19b6a979 /data.c
parenthtml_footer() now receives an optional snac *user argument. (diff)
downloadsnac2-e020ca84718d99401a99af0363992b4661a1d16e.tar.gz
snac2-e020ca84718d99401a99af0363992b4661a1d16e.tar.xz
snac2-e020ca84718d99401a99af0363992b4661a1d16e.zip
xs_po.h new file.
Diffstat (limited to 'data.c')
-rw-r--r--data.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/data.c b/data.c
index 3aba471..f935b39 100644
--- a/data.c
+++ b/data.c
@@ -13,6 +13,7 @@
13#include "xs_match.h" 13#include "xs_match.h"
14#include "xs_unicode.h" 14#include "xs_unicode.h"
15#include "xs_random.h" 15#include "xs_random.h"
16#include "xs_po.h"
16 17
17#include "snac.h" 18#include "snac.h"
18 19