diff options
author | default <nobody@localhost> | 2023-04-05 23:46:51 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-04-05 23:46:51 +0200 |
commit | 1fe34ffb4a5b844bd32fd9146173366f09a32351 (patch) | |
tree | d7155bcb20b83b93a78adc570b1e154c81a2e5f6 /snac.h | |
parent | 7c00a9918a961b46c555d67b4c6d729f34e36cac (diff) |
New function lastlog_write().
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -132,6 +132,8 @@ d_char *history_get(snac *snac, char *id); int history_del(snac *snac, char *id); d_char *history_list(snac *snac); +void lastlog_write(snac *snac); + void inbox_add(const char *inbox); void inbox_add_by_actor(const xs_dict *actor); xs_list *inbox_list(void); |