Moved apache code into a folder to help prepare for packaging where we dont want...
[httpd-crcsyncproxy.git] / apache / modules / lua / lua_config.h
blob8f8761ee961c02b51bbdb51038575bfe544ca07e
1 /**
2 * Licensed to the Apache Software Foundation (ASF) under one or more
3 * contributor license agreements. See the NOTICE file distributed with
4 * this work for additional information regarding copyright ownership.
5 * The ASF licenses this file to You under the Apache License, Version 2.0
6 * (the "License"); you may not use this file except in compliance with
7 * the License. You may obtain a copy of the License at
9 * http://www.apache.org/licenses/LICENSE-2.0
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
18 #include "mod_lua.h"
20 #ifndef _APL_CONFIG_H_
21 #define _APL_CONFIG_H_
23 APR_DECLARE(void) apl_load_config_lmodule(lua_State *L);
25 APR_DECLARE(apr_status_t) apl_lua_map_handler(apl_dir_cfg *cfg,
26 const char *file,
27 const char *function,
28 const char *pattern,
29 const char *scope);
31 #endif /* !_APL_CONFIG_H_ */