summaryrefslogtreecommitdiff
path: root/include/apr_general.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apr_general.h')
-rw-r--r--include/apr_general.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/apr_general.h b/include/apr_general.h
index 1d1b3a783..a344f86e1 100644
--- a/include/apr_general.h
+++ b/include/apr_general.h
@@ -228,9 +228,9 @@ typedef int ap_signum_t;
ap_status_t ap_create_context(ap_context_t **, ap_context_t *);
ap_status_t ap_destroy_context(struct context_t *cont);
ap_status_t ap_exit(ap_context_t *);
-ap_status_t ap_set_userdata(ap_context_t *, void *, char *,
- ap_status_t (*cleanup) (void *));
-ap_status_t ap_get_userdata(void **, ap_context_t *, char *);
+ap_status_t ap_set_userdata(void *, char *,
+ ap_status_t (*cleanup) (void *), ap_context_t *);
+ap_status_t ap_get_userdata(void **, char *, ap_context_t *);
ap_status_t ap_initialize(void);
ap_status_t ap_create_signal(ap_context_t *, ap_signum_t);