diff options
author | default <nobody@localhost> | 2022-10-02 18:16:58 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2022-10-02 18:16:58 +0200 |
commit | f82124a705d9c5350b92fba6a03c556c1fd5b2b0 (patch) | |
tree | 0382d0058097f25340de8077c5498a46b05736bd /snac.h | |
parent | 20fd70c01145e6be40edf231781497a2b5ec404f (diff) |
The history is shown at the bottom of the local timeline.
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -86,6 +86,7 @@ double history_mtime(snac *snac, char *id); void history_add(snac *snac, char *id, char *content, int size); d_char *history_get(snac *snac, char *id); int history_del(snac *snac, char *id); +d_char *history_list(snac *snac); void enqueue_input(snac *snac, char *msg, char *req, int retries); void enqueue_output(snac *snac, char *msg, char *actor, int retries); |