Logging control

Don't log anything by default, and let the applications change the log
level.
This commit is contained in:
Daniel Drake
2008-11-20 17:23:04 +00:00
parent 29044d9ca9
commit 7c44c86d4c
7 changed files with 68 additions and 3 deletions

View File

@@ -297,6 +297,7 @@ void fp_set_pollfd_notifiers(fp_pollfd_added_cb added_cb,
/* Library */
int fp_init(void);
void fp_exit(void);
void fp_set_debug(int level);
/* Asynchronous I/O */