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

	/* (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