mirror of
https://github.com/cesanta/mongoose.git
synced 2025-08-06 13:37:34 +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,
|
static void *callback(enum mg_event event,
|
||||||
struct mg_connection *conn,
|
struct mg_connection *conn,
|
||||||
struct mg_request_info *request_info) {
|
const struct mg_request_info *request_info) {
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
for (i = 0; test_config[i].uri != NULL; i++) {
|
for (i = 0; test_config[i].uri != NULL; i++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user