mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:53:34 +03:00
lib: make Curl_easyopts const
Also, make the optiontable rule work in an out-of-tree build. Closes #16950
This commit is contained in:
parent
9f4f61ddcb
commit
9ba597bed7
5 changed files with 6 additions and 6 deletions
|
|
@ -29,7 +29,7 @@
|
|||
#include <curl/curl.h>
|
||||
|
||||
/* generated table with all easy options */
|
||||
extern struct curl_easyoption Curl_easyopts[];
|
||||
extern const struct curl_easyoption Curl_easyopts[];
|
||||
|
||||
#ifdef DEBUGBUILD
|
||||
int Curl_easyopts_check(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue