From 64c5d35aebc38f93ce5c086c15c15de5acb21b2f Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 5 Nov 2009 17:21:11 +0100 Subject: InformAllUsers support. enabled by default for Kerneloops. Tested wuth CCpp. Signed-off-by: Denys Vlasenko --- inc/abrtlib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'inc') diff --git a/inc/abrtlib.h b/inc/abrtlib.h index 63836ea..8e18808 100644 --- a/inc/abrtlib.h +++ b/inc/abrtlib.h @@ -199,6 +199,7 @@ char* xmalloc_sockaddr2dotted_noport(const struct sockaddr *sa); char *encode_base64(const void *src, int length); bool dot_or_dotdot(const char *filename); char *last_char_is(const char *s, int c); +bool string_to_bool(const char *s); /* C++ style stuff */ -- cgit