diff options
Diffstat (limited to 'include/log.h')
-rw-r--r-- | include/log.h | 2 |
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, ...) |