mirror of
https://github.com/cesanta/mongoose.git
synced 2025-08-05 21:18:32 +08:00
struct mg_request_info * -> const struct mg_request_info *
This commit is contained in:
parent
a0e202d828
commit
fed9ffc150
@ -148,7 +148,7 @@ static const struct test_config {
|
||||
|
||||
static void *callback(enum mg_event event,
|
||||
struct mg_connection *conn,
|
||||
struct mg_request_info *request_info) {
|
||||
const struct mg_request_info *request_info) {
|
||||
int i;
|
||||
|
||||
for (i = 0; test_config[i].uri != NULL; i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user