1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

Reformat mod_lua according to the HTTP Server Project C Style Guide:

<http://httpd.apache.org/dev/styleguide.html>
No functional changes.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@728516 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Paul Querna
2008-12-21 21:41:52 +00:00
parent 41fa7d796a
commit 729bcf2b58
10 changed files with 1115 additions and 814 deletions

View File

@@ -14,19 +14,18 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include "mod_lua.h"
#ifndef _APL_CONFIG_H_
#define _APL_CONFIG_H_
APR_DECLARE(void) apl_load_config_lmodule(lua_State *L);
APR_DECLARE(apr_status_t) apl_lua_map_handler(apl_dir_cfg *cfg,
const char *file,
APR_DECLARE(void) apl_load_config_lmodule(lua_State *L);
APR_DECLARE(apr_status_t) apl_lua_map_handler(apl_dir_cfg *cfg,
const char *file,
const char *function,
const char *pattern,
const char *scope);
#endif /* !_APL_CONFIG_H_ */