Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 63205 invoked from network); 9 Feb 2010 01:58:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Feb 2010 01:58:53 -0000 Received: (qmail 91838 invoked by uid 500); 9 Feb 2010 01:58:52 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 91731 invoked by uid 500); 9 Feb 2010 01:58:52 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 91722 invoked by uid 99); 9 Feb 2010 01:58:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Feb 2010 01:58:52 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Feb 2010 01:58:50 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 99B2E2388900; Tue, 9 Feb 2010 01:58:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r907879 - /httpd/httpd/trunk/modules/debugging/mod_dumpio.c Date: Tue, 09 Feb 2010 01:58:29 -0000 To: cvs@httpd.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100209015829.99B2E2388900@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: wrowe Date: Tue Feb 9 01:58:28 2010 New Revision: 907879 URL: http://svn.apache.org/viewvc?rev=907879&view=rev Log: missing prototype - compile before committing please Modified: httpd/httpd/trunk/modules/debugging/mod_dumpio.c Modified: httpd/httpd/trunk/modules/debugging/mod_dumpio.c URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/debugging/mod_dumpio.c?rev=907879&r1=907878&r2=907879&view=diff ============================================================================== --- httpd/httpd/trunk/modules/debugging/mod_dumpio.c (original) +++ httpd/httpd/trunk/modules/debugging/mod_dumpio.c Tue Feb 9 01:58:28 2010 @@ -32,6 +32,7 @@ #include "http_config.h" #include "http_core.h" #include "http_log.h" +#include "apr_strings.h" module AP_MODULE_DECLARE_DATA dumpio_module ;