summaryrefslogtreecommitdiffstats
path: root/include/log.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-08-12 17:33:44 -0700
committerMarcel Holtmann <marcel@holtmann.org>2009-08-12 17:33:44 -0700
commit08f6629d60d90f71000c1241ab088e52993df40d (patch)
tree85f2bc96c66c900a9146cfc15f1eb3964c40867a /include/log.h
parent89bbf66ae8cf877b53cd277c45058145bff2ca3e (diff)
downloadofono-08f6629d60d90f71000c1241ab088e52993df40d.tar.bz2
Add function for printing warnings
Diffstat (limited to 'include/log.h')
-rw-r--r--include/log.h2
1 files changed, 2 insertions, 0 deletions
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, ...)