summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorstoddard <stoddard@13f79535-47bb-0310-9956-ffa450edef68>2004-08-24 01:43:34 +0000
committerstoddard <stoddard@13f79535-47bb-0310-9956-ffa450edef68>2004-08-24 01:43:34 +0000
commit302f35948231ab849d238df27982731d89dee6b0 (patch)
tree41231039bfd67b8f0dbfcf4c1fcca390c257c28f /include
parentfc431b5c9db72b6221c3cdd43ba8bc1d2037e2f5 (diff)
downloadlibapr-302f35948231ab849d238df27982731d89dee6b0.tar.gz
Win32: Implement apr_procattr_child_errfn_set()and apr_procattr_error_check_set() on Windows
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65307 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/arch/win32/apr_arch_threadproc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/arch/win32/apr_arch_threadproc.h b/include/arch/win32/apr_arch_threadproc.h
index 6e8ac8d54..f752fd7df 100644
--- a/include/arch/win32/apr_arch_threadproc.h
+++ b/include/arch/win32/apr_arch_threadproc.h
@@ -54,6 +54,8 @@ struct apr_procattr_t {
char *currdir;
apr_int32_t cmdtype;
apr_int32_t detached;
+ apr_child_errfn_t *errfn;
+ apr_int32_t errchk;
};
struct apr_thread_once_t {