mirror of
https://github.com/apache/httpd.git
synced 2025-08-05 16:55:50 +03:00
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
advantage of per-module loglevels git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951895 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -19,6 +19,8 @@
|
||||
#include "util_script.h"
|
||||
#include "lua_apr.h"
|
||||
|
||||
APLOG_USE_MODULE(lua);
|
||||
|
||||
typedef char *(*req_field_string_f) (request_rec * r);
|
||||
typedef int (*req_field_int_f) (request_rec * r);
|
||||
typedef apr_table_t *(*req_field_apr_table_f) (request_rec * r);
|
||||
|
Reference in New Issue
Block a user