From 45a1682d613b6c905a53a0ad9994fdeaefdb5a0a Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 15 Jun 2011 16:20:11 +0200 Subject: properly declare daemon_is_ok Signed-off-by: Denys Vlasenko --- src/include/abrtlib.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/include/abrtlib.h b/src/include/abrtlib.h index 52e05fa2..d3bc849e 100644 --- a/src/include/abrtlib.h +++ b/src/include/abrtlib.h @@ -80,7 +80,9 @@ int vdprintf(int d, const char *format, va_list ap); extern "C" { #endif - +/* Returns 1 if abrtd daemon is running, 0 otherwise. */ +#define daemon_is_ok abrt_daemon_is_ok +int daemon_is_ok(); #ifdef __cplusplus } -- cgit