aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r--src/microhttpd/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index dd56de0c..510d56a5 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -613,7 +613,7 @@ struct MHD_Connection
613 * Requested URL (everything after "GET" only). Allocated 613 * Requested URL (everything after "GET" only). Allocated
614 * in pool. 614 * in pool.
615 */ 615 */
616 char *url; 616 const char *url;
617 617
618 /** 618 /**
619 * HTTP version string (i.e. http/1.1). Allocated 619 * HTTP version string (i.e. http/1.1). Allocated