1 2 3 4 5 6
#ifndef DOVEADM_CONNECTION_H #define DOVEADM_CONNECTION_H void doveadm_connection_create(struct log_error_buffer *errorbuf, int fd); #endif