mirror of
https://github.com/apache/httpd.git
synced 2025-08-05 16:55:50 +03:00
Mop up more than a dozen const'ness faults
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@953216 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -33,7 +33,7 @@ AP_LUA_DECLARE(void) ap_lua_push_request(lua_State *L, request_rec *r);
|
||||
|
||||
typedef struct
|
||||
{
|
||||
void *fun;
|
||||
const void *fun;
|
||||
int type;
|
||||
} req_fun_t;
|
||||
|
||||
|
Reference in New Issue
Block a user