diff options
| author | 2023-01-31 21:15:16 +0100 | |
|---|---|---|
| committer | 2023-01-31 21:15:16 +0100 | |
| commit | 4e62b409af202be26ad2bde15fd0230634c9e88d (patch) | |
| tree | 3506ec4606568e4ee0528e13dd17ca30250b1887 /snac.h | |
| parent | Started rewriting the queue. (diff) | |
| download | snac2-4e62b409af202be26ad2bde15fd0230634c9e88d.tar.gz snac2-4e62b409af202be26ad2bde15fd0230634c9e88d.tar.xz snac2-4e62b409af202be26ad2bde15fd0230634c9e88d.zip | |
Reworked enqueue_output().
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -121,8 +121,8 @@ d_char *history_get(snac *snac, char *id); | |||
| 121 | int history_del(snac *snac, char *id); | 121 | int history_del(snac *snac, char *id); |
| 122 | d_char *history_list(snac *snac); | 122 | d_char *history_list(snac *snac); |
| 123 | 123 | ||
| 124 | void enqueue_input(snac *snac, char *msg, char *req, int retries); | 124 | void enqueue_input(snac *snac, xs_dict *msg, xs_dict *req, int retries); |
| 125 | void enqueue_output(snac *snac, char *msg, char *inbox, int retries); | 125 | void enqueue_output(snac *snac, xs_dict *msg, xs_str *inbox, int retries); |
| 126 | void enqueue_output_by_actor(snac *snac, char *msg, char *actor, int retries); | 126 | void enqueue_output_by_actor(snac *snac, char *msg, char *actor, int retries); |
| 127 | void enqueue_email(snac *snac, char *msg, int retries); | 127 | void enqueue_email(snac *snac, char *msg, int retries); |
| 128 | void enqueue_message(snac *snac, char *msg); | 128 | void enqueue_message(snac *snac, char *msg); |