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