added vsyslog to leak detectives white list

removed debugging hook on openac cleanup
This commit is contained in:
Martin Willi
2007-09-27 06:40:50 +00:00
parent 87d0427def
commit 324abae2ef
4 changed files with 11 additions and 5 deletions
+3
View File
@@ -57,4 +57,7 @@
/** dbg function hook, uses stderr logger by default */
extern void (*dbg) (int level, char *fmt, ...);
/** default logging function, prints to stderr */
void dbg_default(int level, char *fmt, ...);
#endif /* DEBUG_H_ */