From 36c5a3e2857b049e1e979beb7d476426ae475831 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 27 Aug 2011 14:33:19 +0200 Subject: logging: add osmo_vlogp() as vararg / va_list compatible function --- include/osmocom/core/logging.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/osmocom/core/logging.h') diff --git a/include/osmocom/core/logging.h b/include/osmocom/core/logging.h index 94762118..fc4e2fb4 100644 --- a/include/osmocom/core/logging.h +++ b/include/osmocom/core/logging.h @@ -27,6 +27,9 @@ #endif +void osmo_vlogp(int subsys, int level, char *file, int line, + int cont, const char *format, va_list ap); + void logp(int subsys, char *file, int line, int cont, const char *format, ...) __attribute__ ((format (printf, 5, 6))); /*! \brief Log a new message through the Osmocom logging framework -- cgit v1.2.3