summaryrefslogtreecommitdiff
path: root/activitypub.c
diff options
context:
space:
mode:
Diffstat (limited to 'activitypub.c')
-rw-r--r--activitypub.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/activitypub.c b/activitypub.c
index b842118..73225ac 100644
--- a/activitypub.c
+++ b/activitypub.c
@@ -209,7 +209,7 @@ int send_to_inbox(snac *snac, const xs_str *inbox, const xs_dict *msg,
209} 209}
210 210
211 211
212d_char *get_actor_inbox(snac *snac, char *actor) 212d_char *get_actor_inbox(snac *snac, const char *actor)
213/* gets an actor's inbox */ 213/* gets an actor's inbox */
214{ 214{
215 xs *data = NULL; 215 xs *data = NULL;
@@ -659,7 +659,7 @@ d_char *msg_delete(snac *snac, char *id)
659} 659}
660 660
661 661
662d_char *msg_follow(snac *snac, char *url_or_uid) 662xs_dict *msg_follow(snac *snac, const char *url_or_uid)
663/* creates a 'Follow' message */ 663/* creates a 'Follow' message */
664{ 664{
665 xs *actor_o = NULL; 665 xs *actor_o = NULL;