xref: /PHP-7.4/sapi/fpm/fpm/fpm_log.h (revision 1ad08256)
1 	/* (c) 2009 Jerome Loyet */
2 
3 #ifndef FPM_LOG_H
4 #define FPM_LOG_H 1
5 #include "fpm_worker_pool.h"
6 
7 int fpm_log_init_child(struct fpm_worker_pool_s *wp);
8 int fpm_log_write(char *log_format);
9 int fpm_log_open(int reopen);
10 
11 #endif
12