mirror of
https://github.com/curl/curl.git
synced 2026-06-04 01:44:16 +03:00
Add 'const' to immutable arrays.
This commit is contained in:
parent
9359498b06
commit
1ba47e7af9
10 changed files with 32 additions and 31 deletions
|
|
@ -26,12 +26,13 @@
|
|||
#ifdef USE_ENVIRONMENT
|
||||
|
||||
#include <curl/curl.h>
|
||||
#include "writeenv.h"
|
||||
|
||||
#ifdef __riscos__
|
||||
#include <kernel.h>
|
||||
#endif
|
||||
|
||||
struct
|
||||
static const struct
|
||||
{
|
||||
const char * name;
|
||||
CURLINFO id;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue