]> granicus.if.org Git - apache/commitdiff
Removed non-existent funcions from header.
authorGuenter Knauf <fuankg@apache.org>
Thu, 30 May 2013 02:43:03 +0000 (02:43 +0000)
committerGuenter Knauf <fuankg@apache.org>
Thu, 30 May 2013 02:43:03 +0000 (02:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1487710 13f79535-47bb-0310-9956-ffa450edef68

modules/lua/lua_vmprep.h

index 78d14f892279e1613b818921aefce5bbb5fbff69..c7e90f667e9b8400bbe85d7a66dd4a4d220842d3 100644 (file)
@@ -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
  */