summaryrefslogtreecommitdiff
path: root/sapi/fpm/fpm/fpm_php_trace.h
blob: 3d9c81e472e2e6a2137e692c9973835e2a32d1d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
	/* $Id: fpm_php_trace.h,v 1.2 2008/05/24 17:38:47 anight Exp $ */
	/* (c) 2007,2008 Andrei Nigmatulin */

#ifndef FPM_PHP_TRACE_H
#define FPM_PHP_TRACE_H 1

struct fpm_child_s;

void fpm_php_trace(struct fpm_child_s *);

#endif