Cleanups and small fixes

This commit is contained in:
2016-08-09 14:16:30 +03:00
parent 0d5eeed758
commit 3fecfdbbc4
6 changed files with 51 additions and 49 deletions

View File

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