From 08f6629d60d90f71000c1241ab088e52993df40d Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 12 Aug 2009 17:33:44 -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 47e5ec88..84459d56 100644 --- a/include/log.h +++ b/include/log.h @@ -34,6 +34,8 @@ extern "C" { extern void ofono_info(const char *format, ...) __attribute__((format(printf, 1, 2))); +extern void ofono_warn(const char *format, ...) + __attribute__((format(printf, 1, 2))); extern void ofono_error(const char *format, ...) __attribute__((format(printf, 1, 2))); extern void ofono_debug(const char *format, ...) -- cgit v1.2.3