diff options
author | default <nobody@localhost> | 2024-05-31 11:11:25 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2024-05-31 11:11:25 +0200 |
commit | f1712dbe5d73bb75df1c3d332ca57ebc430ceda3 (patch) | |
tree | 3ac1edc07d1a482d212d349a348a82ad2666edfd /snac.h | |
parent | c80a30e228777637773012f0b886858494782f7a (diff) | |
parent | fe52b7612e4a96d491f925dfcbbbaa6251654ca4 (diff) |
Merge branch 'master' of grunfink-codeberg:grunfink/snac2
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -375,3 +375,9 @@ typedef enum { } http_status; const char *http_status_text(int status); + +typedef struct { + double timestamp; + char *text; +} t_announcement; +t_announcement *announcement(double after); |