mirror of
https://github.com/yrutschle/sslh.git
synced 2025-06-17 15:51:25 +03:00
added missing header
This commit is contained in:
parent
ec033efbbc
commit
5ec1f7eb98
2
log.h
2
log.h
@ -1,6 +1,8 @@
|
|||||||
#ifndef LOG_H
|
#ifndef LOG_H
|
||||||
#define LOG_H
|
#define LOG_H
|
||||||
|
|
||||||
|
#include "common.h"
|
||||||
|
|
||||||
void setup_syslog(const char* bin_name);
|
void setup_syslog(const char* bin_name);
|
||||||
|
|
||||||
void log_connection(struct connection_desc* desc, const struct connection *cnx);
|
void log_connection(struct connection_desc* desc, const struct connection *cnx);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user