summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-06-07 13:09:19 +0200
committerdefault <nobody@localhost>2023-06-07 13:09:19 +0200
commitb77ef13d2cb9894a7b7814d47405b2c34b9f70f9 (patch)
treeee7d4aaf091ac22fa99b455336003998e6dbb149 /snac.h
parentecde1c219e583d45e5ef46dcdd82c24b888fef1b (diff)
Don't enqueue a request_replies message if it's already there.
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 f3ed48c..adbd6c9 100644
--- a/snac.h
+++ b/snac.h
@@ -170,6 +170,7 @@ int was_question_voted(snac *user, const char *id);
xs_list *user_queue(snac *snac);
xs_list *queue(void);
+xs_dict *queue_get(const char *fn);
xs_dict *dequeue(const char *fn);
void purge(snac *snac);