log-connection.h revision f2880c3c3de56ec757ffc393363bb863efd7bcbe
#ifndef LOG_CONNECTION_H
#define LOG_CONNECTION_H
struct log_connection;
extern bool verbose_proctitle;
void log_connections_init(void);
void log_connections_deinit(void);
#endif