added missing header

This commit is contained in:
yrutschle 2021-10-28 15:40:40 +02:00
parent ec033efbbc
commit 5ec1f7eb98

2
log.h
View File

@ -1,6 +1,8 @@
#ifndef LOG_H
#define LOG_H
#include "common.h"
void setup_syslog(const char* bin_name);
void log_connection(struct connection_desc* desc, const struct connection *cnx);