diff options
Diffstat (limited to 'include/log.h')
-rw-r--r-- | include/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/log.h b/include/log.h index 3467e51..76e0767 100644 --- a/include/log.h +++ b/include/log.h @@ -41,6 +41,6 @@ enum log_type { extern int log_add_file(enum log_type, size_t, const char *); extern void log_close_all(void); -extern void ilog(enum log_type, const char *, ...); +extern void ilog(enum log_type, const char *, ...) AFP(2,3); #endif /* INCLUDED_s_log_h */ |