X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/359dada2ab2dd55c8fea7f3f708af7fadbfa89cf..e2b0cde27faa2f8542b05f695c4a64653ea5d793:/include/logger.h diff --git a/include/logger.h b/include/logger.h index 6efa0ca..c7f7a6e 100644 --- a/include/logger.h +++ b/include/logger.h @@ -61,7 +61,7 @@ extern void inotice(const char *fmt, ...) AFP(1, 2); extern void iwarn(const char *fmt, ...) AFP(1, 2); extern void ierror(const char *fmt, ...) AFP(1, 2); extern void report_operspy(struct Client *, const char *, const char *); -extern const char *smalldate(void); +extern const char *smalldate(time_t); extern void ilog_error(const char *); #endif