summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/snac.h b/snac.h
index 2561b6c..8193ca5 100644
--- a/snac.h
+++ b/snac.h
@@ -375,3 +375,9 @@ typedef enum {
375} http_status; 375} http_status;
376 376
377const char *http_status_text(int status); 377const char *http_status_text(int status);
378
379typedef struct {
380 double timestamp;
381 char *text;
382} t_announcement;
383t_announcement *announcement(double after);