aboutsummaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-11-07 22:00:25 +0100
committerdefault <nobody@localhost>2024-11-07 22:00:25 +0100
commitc7e8f3783bd77e22755f958faa0cff03424f00ef (patch)
treed65cf0236d7a1da701e8163c29294702b094d6c7 /snac.h
parent34dbddb2b54060a9e9398447faf4399ba2484d41 (diff)
Moved make_url() to data.c.
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 {
char *text;
} t_announcement;
t_announcement *announcement(double after);
+
+xs_str *make_url(const char *href, const char *proxy);