You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fu...@apache.org on 2013/05/30 04:43:04 UTC

svn commit: r1487710 - /httpd/httpd/trunk/modules/lua/lua_vmprep.h

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
  */