summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/snac.h b/snac.h
index 8f6d32c..9e8432d 100644
--- a/snac.h
+++ b/snac.h
@@ -57,3 +57,6 @@ int following_check(snac *snac, char *actor);
void mute(snac *snac, char *actor);
void unmute(snac *snac, char *actor);
int is_muted(snac *snac, char *actor);
+
+void enqueue(snac *snac, char *actor, char *msg, int retries);
+d_char *queue(snac *snac);