diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -411,4 +411,4 @@ typedef struct { } t_announcement; t_announcement *announcement(double after); -xs_str *make_url(const char *href, const char *proxy); +xs_str *make_url(const char *href, const char *proxy, int by_token); |