xref: /PHP-7.4/sapi/fpm/fpm/fpm_php_trace.h (revision 1ad08256)
1 	/* (c) 2007,2008 Andrei Nigmatulin */
2 
3 #ifndef FPM_PHP_TRACE_H
4 #define FPM_PHP_TRACE_H 1
5 
6 struct fpm_child_s;
7 
8 void fpm_php_trace(struct fpm_child_s *);
9 
10 #endif
11