diff options
| author | 2023-04-13 17:12:07 +0200 | |
|---|---|---|
| committer | 2023-04-13 17:12:07 +0200 | |
| commit | 211bedd4978c4711f0e2399b38ccb6e76e39856d (patch) | |
| tree | 91ec989f5842f2c61734218f552790724ef1a44d /snac.h | |
| parent | New function notify_add(). (diff) | |
| download | snac2-211bedd4978c4711f0e2399b38ccb6e76e39856d.tar.gz snac2-211bedd4978c4711f0e2399b38ccb6e76e39856d.tar.xz snac2-211bedd4978c4711f0e2399b38ccb6e76e39856d.zip | |
New function notify_check_time().
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -137,6 +137,7 @@ d_char *history_list(snac *snac); | |||
| 137 | 137 | ||
| 138 | void lastlog_write(snac *snac); | 138 | void lastlog_write(snac *snac); |
| 139 | 139 | ||
| 140 | xs_str *notify_check_time(snac *snac, int reset); | ||
| 140 | void notify_add(snac *snac, const char *type, const char *utype, | 141 | void notify_add(snac *snac, const char *type, const char *utype, |
| 141 | const char *actor, const char *objid); | 142 | const char *actor, const char *objid); |
| 142 | 143 | ||