summaryrefslogtreecommitdiff
path: root/include/apr_lib.h
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>1999-12-13 20:42:18 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>1999-12-13 20:42:18 +0000
commitc2b1802714acb0247d67ded3e9f12952190c167d (patch)
tree5db7a0dc060e93bdadf38d74e268f914e9fa1ef0 /include/apr_lib.h
parenta531d7df74a7612b82636ed4cbd7300ab0e12b93 (diff)
downloadlibapr-c2b1802714acb0247d67ded3e9f12952190c167d.tar.gz
Fi ap_note_subprocess to use ap_proc_t's instead of pid's.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59518 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_lib.h')
-rw-r--r--include/apr_lib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/apr_lib.h b/include/apr_lib.h
index 637a4b642..84da11203 100644
--- a/include/apr_lib.h
+++ b/include/apr_lib.h
@@ -66,6 +66,7 @@
#include "apr_general.h"
#include "apr_file_io.h"
+#include "apr_thread_proc.h"
#if APR_HAVE_STDARG_H
#include <stdarg.h>
@@ -353,7 +354,7 @@ API_EXPORT(void) ap_cleanup_for_exec(void);
API_EXPORT(ap_status_t) ap_getpass(const char *prompt, char *pwbuf, size_t *bufsize);
API_EXPORT_NONSTD(ap_status_t) ap_null_cleanup(void *data);
-API_EXPORT(void) ap_note_subprocess(struct context_t *a, pid_t pid,
+API_EXPORT(void) ap_note_subprocess(struct context_t *a, ap_proc_t *pid,
enum kill_conditions how);
API_EXPORT(int)
ap_spawn_child(ap_context_t *p,