diff options
| author | 2025-01-07 08:08:51 +0100 | |
|---|---|---|
| committer | 2025-01-07 08:08:51 +0100 | |
| commit | 64f2d3d746d8536c460b88fc852fdca01c5c813c (patch) | |
| tree | 6141b84b9ddb58b43003cea309b20209b8d39164 /snac.h | |
| parent | Updated documentation. (diff) | |
| download | snac2-64f2d3d746d8536c460b88fc852fdca01c5c813c.tar.gz snac2-64f2d3d746d8536c460b88fc852fdca01c5c813c.tar.xz snac2-64f2d3d746d8536c460b88fc852fdca01c5c813c.zip | |
Minor semantic tweak.
Diffstat (limited to '')
| -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); |