diff options
| author | 2025-02-14 10:24:13 +0100 | |
|---|---|---|
| committer | 2025-02-14 10:24:13 +0100 | |
| commit | e020ca84718d99401a99af0363992b4661a1d16e (patch) | |
| tree | 9f980740c02571278be678630c84b85e19b6a979 /snac.c | |
| parent | html_footer() now receives an optional snac *user argument. (diff) | |
| download | snac2-e020ca84718d99401a99af0363992b4661a1d16e.tar.gz snac2-e020ca84718d99401a99af0363992b4661a1d16e.tar.xz snac2-e020ca84718d99401a99af0363992b4661a1d16e.zip | |
xs_po.h new file.
Diffstat (limited to 'snac.c')
| -rw-r--r-- | snac.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -24,6 +24,7 @@ | |||
| 24 | #include "xs_match.h" | 24 | #include "xs_match.h" |
| 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 | 28 | ||
| 28 | #include "snac.h" | 29 | #include "snac.h" |
| 29 | 30 | ||