xref: /PHP-5.5/sapi/fpm/fpm/fpm_php_trace.h (revision 4d005a8e)
1 
2 	/* $Id: fpm_php_trace.h,v 1.2 2008/05/24 17:38:47 anight Exp $ */
3 	/* (c) 2007,2008 Andrei Nigmatulin */
4 
5 #ifndef FPM_PHP_TRACE_H
6 #define FPM_PHP_TRACE_H 1
7 
8 struct fpm_child_s;
9 
10 void fpm_php_trace(struct fpm_child_s *);
11 
12 #endif
13 
14