Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0A4D49BFB for ; Thu, 30 May 2013 02:43:29 +0000 (UTC) Received: (qmail 16123 invoked by uid 500); 30 May 2013 02:43:28 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 15993 invoked by uid 500); 30 May 2013 02:43:27 -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 15967 invoked by uid 99); 30 May 2013 02:43:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 May 2013 02:43:26 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Thu, 30 May 2013 02:43:24 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 2E14123888D2; Thu, 30 May 2013 02:43:04 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1487710 - /httpd/httpd/trunk/modules/lua/lua_vmprep.h Date: Thu, 30 May 2013 02:43:04 -0000 To: cvs@httpd.apache.org From: fuankg@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130530024304.2E14123888D2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: fuankg Date: Thu May 30 02:43:03 2013 New Revision: 1487710 URL: http://svn.apache.org/r1487710 Log: Removed non-existent funcions from header. Modified: httpd/httpd/trunk/modules/lua/lua_vmprep.h Modified: httpd/httpd/trunk/modules/lua/lua_vmprep.h URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/lua/lua_vmprep.h?rev=1487710&r1=1487709&r2=1487710&view=diff ============================================================================== --- httpd/httpd/trunk/modules/lua/lua_vmprep.h (original) +++ httpd/httpd/trunk/modules/lua/lua_vmprep.h Thu May 30 02:43:03 2013 @@ -115,12 +115,6 @@ typedef struct { ap_lua_finfo* finfo; } ap_lua_server_spec; -/* remove and make static once out of mod_wombat.c */ -AP_LUA_DECLARE(void) ap_lua_openlibs(lua_State *L); - -/* remove and make static once out of mod_wombat.c */ -AP_LUA_DECLARE(void) ap_lua_registerlib(lua_State *L, char *name, lua_CFunction f); - /** * Fake out addition of the "apache2" module */