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