Explorar o código

struct mg_request_info * -> const struct mg_request_info *

valenok %!s(int64=15) %!d(string=hai) anos
pai
achega
fed9ffc150
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      test/embed.c

+ 1 - 1
test/embed.c

@@ -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++) {