From e55a33d8a3902c425757724c8704e0e1c1ad5c1a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 12 Aug 2009 17:41:55 -0700 Subject: Add function for printing warnings --- include/log.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/log.h b/include/log.h index 991e019a..0ed8ee27 100644 --- a/include/log.h +++ b/include/log.h @@ -34,6 +34,8 @@ extern "C" { void connman_info(const char *format, ...) __attribute__((format(printf, 1, 2))); +void connman_warn(const char *format, ...) + __attribute__((format(printf, 1, 2))); void connman_error(const char *format, ...) __attribute__((format(printf, 1, 2))); void connman_debug(const char *format, ...) -- cgit v1.2.3