2019-07-26 03:53:33 +00:00
|
|
|
#ifndef __LOG_H
|
|
|
|
#define __LOG_H
|
|
|
|
|
|
|
|
#include <syslog.h>
|
|
|
|
#include <linux/limits.h>
|
|
|
|
|
|
|
|
#include "common_types.h"
|
|
|
|
#include "rpc_common.h"
|
|
|
|
#include "log_common.h"
|
2019-08-14 09:17:18 +00:00
|
|
|
#include "log_types.h"
|
2019-07-26 03:53:33 +00:00
|
|
|
|
|
|
|
void rpc_conf_log_file(rpc_conn *conn, pointer input, int input_len, pointer data);
|
|
|
|
|
|
|
|
#endif
|