diff options
| author | default <nobody@localhost> | 2024-11-12 05:38:55 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2024-11-12 05:38:55 +0100 |
| commit | af92863ebbfc040909b6dbb89b887cecd3371508 (patch) | |
| tree | 8a9a4f7789bda8b97ba154ba82e505f72a3f787a /snac.h | |
| parent | 36c65389273bcc100e909481da065d1bfdcbe5f1 (diff) | |
Added new proxy authorization by token.
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); |