From: Takashi Sato Date: Thu, 12 Jun 2014 03:32:50 +0000 (+0000) Subject: Follow up r1601943: X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3187158d4f543fd56c9e77545286eeb3779042c9;p=thirdparty%2Fapache%2Fhttpd.git Follow up r1601943: Fix typo. No functional change. Pointed out by mrumph git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1602058 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_mpm.h b/include/ap_mpm.h index facabf95e15..f70865929c8 100644 --- a/include/ap_mpm.h +++ b/include/ap_mpm.h @@ -198,7 +198,7 @@ AP_DECLARE(apr_status_t) ap_mpm_query(int query_code, int *result); /** @} */ typedef void (ap_mpm_callback_fn_t)(void *baton); -typedef void (ap_mpm_socket_callback_fn_t)(void *baton, const apr_pollfd_t *pdf); +typedef void (ap_mpm_socket_callback_fn_t)(void *baton, const apr_pollfd_t *pfd); /* only added support in the Event MPM.... check for APR_ENOTIMPL */ AP_DECLARE(apr_status_t) ap_mpm_resume_suspended(conn_rec *c);