From: Guenter Knauf Date: Thu, 30 May 2013 02:43:03 +0000 (+0000) Subject: Removed non-existent funcions from header. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56568579c152c411235852317a4b51ed8539595a;p=thirdparty%2Fapache%2Fhttpd.git Removed non-existent funcions from header. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1487710 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/lua/lua_vmprep.h b/modules/lua/lua_vmprep.h index 78d14f89227..c7e90f667e9 100644 --- a/modules/lua/lua_vmprep.h +++ b/modules/lua/lua_vmprep.h @@ -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 */