diff options
Diffstat (limited to 'server/util.c')
-rw-r--r-- | server/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/util.c b/server/util.c index 77c4095637..04f40a235a 100644 --- a/server/util.c +++ b/server/util.c @@ -3244,7 +3244,7 @@ AP_DECLARE(apr_status_t) ap_varbuf_regsub(struct ap_varbuf *vb, static const char * const oom_message = "[crit] Memory allocation failed, " "aborting process." APR_EOL_STR; -AP_DECLARE(void) ap_abort_on_oom() +AP_DECLARE(void) ap_abort_on_oom(void) { int written, count = strlen(oom_message); const char *buf = oom_message; |