diff options
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); |