gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] branch master updated: gnurl: Fix up some more refe


From: gnunet
Subject: [GNUnet-SVN] [gnurl] branch master updated: gnurl: Fix up some more references in "lib" folder.
Date: Tue, 22 Aug 2017 19:28:29 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

The following commit(s) were added to refs/heads/master by this push:
     new f7ea29310 gnurl: Fix up some more references in "lib" folder.
f7ea29310 is described below

commit f7ea2931076841e57ecf1e67bb422f5ff63b8dfa
Author: ng0 <address@hidden>
AuthorDate: Tue Aug 22 17:27:28 2017 +0000

    gnurl: Fix up some more references in "lib" folder.
    
    Signed-off-by: ng0 <address@hidden>
---
 lib/curl_setup.h | 4 ++--
 lib/urldata.h    | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/curl_setup.h b/lib/curl_setup.h
index faaac8649..519d8e5c4 100644
--- a/lib/curl_setup.h
+++ b/lib/curl_setup.h
@@ -206,7 +206,7 @@
 
 /* ================================================================ */
 /* No system header file shall be included in this file before this */
-/* point. The only allowed ones are those included from curl/system.h */
+/* point. The only allowed ones are those included from gnurl/system.h */
 /* ================================================================ */
 
 /*
@@ -335,7 +335,7 @@
 #endif
 
 #ifndef STDC_HEADERS /* no standard C headers! */
-#include <curl/stdcheaders.h>
+#include <gnurl/stdcheaders.h>
 #endif
 
 #ifdef __POCC__
diff --git a/lib/urldata.h b/lib/urldata.h
index 5f61dde33..bde643b46 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -1764,7 +1764,7 @@ struct UserDefined {
   bool opt_no_body;      /* as set with CURLOPT_NOBODY */
   bool upload;           /* upload request */
   enum CURL_NETRC_OPTION
-       use_netrc;        /* defined in include/curl.h */
+       use_netrc;        /* defined in include/gnurl.h */
   bool verbose;          /* output verbosity */
   bool krb;              /* Kerberos connection requested */
   bool reuse_forbid;     /* forbidden to be reused, close after use */

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]