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:03:10 UTC

svn commit: r1487706 - /httpd/httpd/trunk/modules/lua/lua_apr.h

Author: fuankg
Date: Thu May 30 02:03:09 2013
New Revision: 1487706

URL: http://svn.apache.org/r1487706
Log:
Removed non-existent funcion from header.

Modified:
    httpd/httpd/trunk/modules/lua/lua_apr.h

Modified: httpd/httpd/trunk/modules/lua/lua_apr.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/lua/lua_apr.h?rev=1487706&r1=1487705&r2=1487706&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/lua/lua_apr.h (original)
+++ httpd/httpd/trunk/modules/lua/lua_apr.h Thu May 30 02:03:09 2013
@@ -32,6 +32,5 @@
 AP_LUA_DECLARE(int) ap_lua_init(lua_State *L, apr_pool_t * p);
 AP_LUA_DECLARE(apr_table_t*) ap_lua_check_apr_table(lua_State *L, int index);
 AP_LUA_DECLARE(void) ap_lua_push_apr_table(lua_State *L, apr_table_t *t);
-AP_LUA_DECLARE(int) ap_lua_load_httpd_functions(lua_State *L);
 
 #endif /* !_LUA_APR_H_ */