From c67952fc5c3183580f4c3777d6ec2e79cd9e434b Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Fri, 9 Mar 2001 15:13:11 +0000
Subject: [PATCH] curl_ prefix modified to Curl_

---
 lib/getinfo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/getinfo.c b/lib/getinfo.c
index 400087183d..79deb2f38f 100644
--- a/lib/getinfo.c
+++ b/lib/getinfo.c
@@ -31,7 +31,7 @@
 #include <string.h>
 #include <stdarg.h>
 
-CURLcode curl_getinfo(CURL *curl, CURLINFO info, ...)
+CURLcode Curl_getinfo(CURL *curl, CURLINFO info, ...)
 {
   va_list arg;
   long *param_longp;
-- 
GitLab