Add log_ssl() and some cleanups

This commit is contained in:
2016-08-09 00:31:49 +03:00
parent 94e0e140b4
commit 5f67602e8e
4 changed files with 22 additions and 26 deletions

View File

@@ -8,6 +8,7 @@ typedef enum {
VERBOSE, /* Errors, warnings, events & more? */
} LOG_LEVEL;
void log_ssl();
void log_trace(LOG_LEVEL lvl, char *fmt, ... );
#endif /* LOG_TRACE_H */