summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/snac.h b/snac.h
index 3c3b044..aa53838 100644
--- a/snac.h
+++ b/snac.h
@@ -409,3 +409,5 @@ typedef struct {
409 char *text; 409 char *text;
410} t_announcement; 410} t_announcement;
411t_announcement *announcement(double after); 411t_announcement *announcement(double after);
412
413xs_str *make_url(const char *href, const char *proxy);