Cleanups and small fixes
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user