diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -142,7 +142,7 @@ xs_str *history_get(snac *snac, const char *id); | |||
| 142 | int history_del(snac *snac, const char *id); | 142 | int history_del(snac *snac, const char *id); |
| 143 | xs_list *history_list(snac *snac); | 143 | xs_list *history_list(snac *snac); |
| 144 | 144 | ||
| 145 | void lastlog_write(snac *snac); | 145 | void lastlog_write(snac *snac, const char *source); |
| 146 | 146 | ||
| 147 | xs_str *notify_check_time(snac *snac, int reset); | 147 | xs_str *notify_check_time(snac *snac, int reset); |
| 148 | void notify_add(snac *snac, const char *type, const char *utype, | 148 | void notify_add(snac *snac, const char *type, const char *utype, |