summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/snac.h b/snac.h
index b4cb525..fc7a657 100644
--- a/snac.h
+++ b/snac.h
@@ -320,6 +320,7 @@ xs_dict *msg_update(snac *snac, const xs_dict *object);
320xs_dict *msg_ping(snac *user, const char *rcpt); 320xs_dict *msg_ping(snac *user, const char *rcpt);
321xs_dict *msg_pong(snac *user, const char *rcpt, const char *object); 321xs_dict *msg_pong(snac *user, const char *rcpt, const char *object);
322xs_dict *msg_move(snac *user, const char *new_account); 322xs_dict *msg_move(snac *user, const char *new_account);
323xs_dict *msg_accept(snac *snac, const xs_val *object, const char *to);
323xs_dict *msg_question(snac *user, const char *content, xs_list *attach, 324xs_dict *msg_question(snac *user, const char *content, xs_list *attach,
324 const xs_list *opts, int multiple, int end_secs); 325 const xs_list *opts, int multiple, int end_secs);
325 326