diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -264,6 +264,7 @@ char *get_atto(const xs_dict *msg); | |||
| 264 | xs_list *get_attachments(const xs_dict *msg); | 264 | xs_list *get_attachments(const xs_dict *msg); |
| 265 | 265 | ||
| 266 | xs_dict *msg_admiration(snac *snac, char *object, char *type); | 266 | xs_dict *msg_admiration(snac *snac, char *object, char *type); |
| 267 | xs_dict *msg_repulsion(snac *user, char *id, char *type); | ||
| 267 | xs_dict *msg_create(snac *snac, const xs_dict *object); | 268 | xs_dict *msg_create(snac *snac, const xs_dict *object); |
| 268 | xs_dict *msg_follow(snac *snac, const char *actor); | 269 | xs_dict *msg_follow(snac *snac, const char *actor); |
| 269 | 270 | ||