aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/http2-download.c
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/http2-download.c')
-rw-r--r--docs/examples/http2-download.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/http2-download.c b/docs/examples/http2-download.c
index 0cf83f524..8c0b0876e 100644
--- a/docs/examples/http2-download.c
+++ b/docs/examples/http2-download.c
@@ -43,8 +43,8 @@
#define NUM_HANDLES 1000
-void *curl_hnd[NUM_HANDLES];
-int num_transfers;
+static void *curl_hnd[NUM_HANDLES];
+static int num_transfers;
/* a handle to number lookup, highly ineffective when we do many
transfers... */