diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -317,7 +317,7 @@ xs_dict *msg_follow(snac *snac, const char *actor); | |||
| 317 | 317 | ||
| 318 | xs_dict *msg_note(snac *snac, const xs_str *content, const xs_val *rcpts, | 318 | xs_dict *msg_note(snac *snac, const xs_str *content, const xs_val *rcpts, |
| 319 | const xs_str *in_reply_to, const xs_list *attach, | 319 | const xs_str *in_reply_to, const xs_list *attach, |
| 320 | int priv, const char *lang); | 320 | int scope, const char *lang); |
| 321 | 321 | ||
| 322 | xs_dict *msg_undo(snac *snac, const xs_val *object); | 322 | xs_dict *msg_undo(snac *snac, const xs_val *object); |
| 323 | xs_dict *msg_delete(snac *snac, const char *id); | 323 | xs_dict *msg_delete(snac *snac, const char *id); |