diff --git a/lib/roken/roken-common.h b/lib/roken/roken-common.h index aea3b714e..0bba98278 100644 --- a/lib/roken/roken-common.h +++ b/lib/roken/roken-common.h @@ -312,4 +312,7 @@ void pid_file_delete (char **); int read_environment(const char *file, char ***env); +void warnerr(int doerrno, const char *fmt, va_list ap) + __attribute__ ((format (printf, 2, 0))); + #endif /* __ROKEN_COMMON_H__ */