diff options
| author | default <nobody@localhost> | 2024-11-07 22:00:25 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2024-11-07 22:00:25 +0100 |
| commit | c7e8f3783bd77e22755f958faa0cff03424f00ef (patch) | |
| tree | d65cf0236d7a1da701e8163c29294702b094d6c7 /snac.h | |
| parent | 34dbddb2b54060a9e9398447faf4399ba2484d41 (diff) | |
Moved make_url() to data.c.
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -409,3 +409,5 @@ typedef struct { char *text; } t_announcement; t_announcement *announcement(double after); + +xs_str *make_url(const char *href, const char *proxy); |