summaryrefslogtreecommitdiff
path: root/modules/lua/lua_vmprep.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/lua/lua_vmprep.h')
-rw-r--r--modules/lua/lua_vmprep.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/lua/lua_vmprep.h b/modules/lua/lua_vmprep.h
index be1750df..1d3758ca 100644
--- a/modules/lua/lua_vmprep.h
+++ b/modules/lua/lua_vmprep.h
@@ -54,7 +54,7 @@ typedef struct
apr_array_header_t *package_cpaths;
/* name of base file to load in the vm */
- char *file;
+ const char *file;
/* APL_SCOPE_ONCE | APL_SCOPE_REQUEST | APL_SCOPE_CONN | APL_SCOPE_THREAD */
int scope;
@@ -75,8 +75,8 @@ typedef struct
typedef struct
{
- char *function_name;
- char *file_name;
+ const char *function_name;
+ const char *file_name;
int scope;
ap_regex_t *uri_pattern;
const char *bytecode;