summaryrefslogtreecommitdiff
path: root/sapi/fpm/fpm/fpm_log.h
blob: 7a2b679060d0a44668532a83d662aac349ece91d (plain)
1
2
3
4
5
6
7
8
9
10
11
12

	/* (c) 2009 Jerome Loyet */

#ifndef FPM_LOG_H
#define FPM_LOG_H 1
#include "fpm_worker_pool.h"

int fpm_log_init_child(struct fpm_worker_pool_s *wp);
int fpm_log_write(char *log_format);
int fpm_log_open(int reopen);

#endif