use a local module header file to store the function prototype

for ap_unixd_setup_child() that is used outside this module.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@739487 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Roy T. Fielding
2009-01-31 01:46:56 +00:00
parent 421ee8b008
commit 736d659de0
3 changed files with 42 additions and 3 deletions

View File

@ -22,7 +22,7 @@
#include "mpm_common.h"
#include "os.h"
#include "ap_mpm.h"
#include "unixd.h"
#include "mod_unixd.h"
#include "apr_thread_proc.h"
#include "apr_strings.h"
#include "apr_portable.h"