diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -409,3 +409,5 @@ typedef struct { | |||
| 409 | char *text; | 409 | char *text; |
| 410 | } t_announcement; | 410 | } t_announcement; |
| 411 | t_announcement *announcement(double after); | 411 | t_announcement *announcement(double after); |
| 412 | |||
| 413 | xs_str *make_url(const char *href, const char *proxy); | ||