From 20b6e129fcd2595f0cd063c0dc84c527255cd23f Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 14 Nov 2007 12:55:43 +0000 Subject: document daemon_logv() a bit better. Patch from tedp git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@133 153bfa13-eec0-0310-be40-b0cb6a0e1b4b --- libdaemon/dlog.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libdaemon/dlog.h b/libdaemon/dlog.h index c48db9b..09479be 100644 --- a/libdaemon/dlog.h +++ b/libdaemon/dlog.h @@ -68,7 +68,10 @@ void daemon_log(int prio, const char* t, ...) DAEMON_GCC_PRINTF_ATTR(2,3); /** This variable is defined to 1 iff daemon_logv() is supported.*/ #define DAEMON_LOGV_AVAILABLE 1 -/** Same as daemon_logv, but without variadic arguments */ +/** Same as daemon_log(), but without variadic arguments + * @since 0.11 + * @see DAEMON_LOGV_AVAILABLE + */ void daemon_logv(int prio, const char* t, va_list ap); /** Return a sensible syslog identification for daemon_log_ident -- cgit