diff options
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r-- | src/microhttpd/internal.h | 2 |
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 * Requested URL (everything after "GET" only). Allocated * in pool. */ - char *url; + const char *url; /** * HTTP version string (i.e. http/1.1). Allocated |