From f95dfb51f2da39159aea40f62de3532ff3228b1b Mon Sep 17 00:00:00 2001 From: paulo Date: Thu, 3 Dec 2009 17:53:29 +0000 Subject: Added zlog_abort functions. Changed pthread mutes to qpthread mutexes --- lib/log.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lib/log.h') diff --git a/lib/log.h b/lib/log.h index 194ed4c3..ec090ecf 100644 --- a/lib/log.h +++ b/lib/log.h @@ -93,7 +93,11 @@ struct message const char *str; }; -/* Default logging strucutre. */ +/* module initialization */ +extern void zlog_init_r(void); +extern void zlog_destroy_r(void); + +/* Default logging structure. */ extern struct zlog *zlog_default; /* Open zlog function */ -- cgit v1.2.3