mirror of
https://github.com/curl/curl.git
synced 2026-07-24 09:47:17 +03:00
examples/complicated: fix warnings, bump deprecated callback, tidy up
Also: make them C89, add consts. Closes #15785
This commit is contained in:
parent
fa0ccd9f1f
commit
37fb50a858
15 changed files with 199 additions and 132 deletions
|
|
@ -45,7 +45,7 @@
|
|||
#define NUMT 4
|
||||
|
||||
/* List of URLs to fetch.*/
|
||||
const char * const urls[]= {
|
||||
static const char * const urls[]= {
|
||||
"https://www.example.com/",
|
||||
"https://www2.example.com/",
|
||||
"https://www3.example.com/",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue