gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] branch master updated: curl/curl.h -> gnurl/curl.h


From: gnunet
Subject: [GNUnet-SVN] [gnurl] branch master updated: curl/curl.h -> gnurl/curl.h adjustments
Date: Sat, 27 Jan 2018 15:26:24 +0100

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 7aff375aa curl/curl.h -> gnurl/curl.h adjustments
7aff375aa is described below

commit 7aff375aa130497ffac8dbd05e747a32c539b714
Author: ng0 <address@hidden>
AuthorDate: Sat Jan 27 14:22:57 2018 +0000

    curl/curl.h -> gnurl/curl.h adjustments
---
 docs/examples/postit2-formadd.c         | 2 +-
 docs/examples/shared-connection-cache.c | 2 +-
 docs/examples/threaded-shared-conn.c    | 2 +-
 lib/curl_path.c                         | 2 +-
 lib/curl_path.h                         | 2 +-
 lib/ssh-libssh.c                        | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/examples/postit2-formadd.c b/docs/examples/postit2-formadd.c
index 0ac09f259..d6bab1b99 100644
--- a/docs/examples/postit2-formadd.c
+++ b/docs/examples/postit2-formadd.c
@@ -40,7 +40,7 @@
 #include <stdio.h>
 #include <string.h>
 
-#include <curl/curl.h>
+#include <gnurl/curl.h>
 
 int main(int argc, char *argv[])
 {
diff --git a/docs/examples/shared-connection-cache.c 
b/docs/examples/shared-connection-cache.c
index a1aa0d674..1a75c5152 100644
--- a/docs/examples/shared-connection-cache.c
+++ b/docs/examples/shared-connection-cache.c
@@ -24,7 +24,7 @@
  * </DESC>
  */
 #include <stdio.h>
-#include <curl/curl.h>
+#include <gnurl/curl.h>
 
 static void my_lock(CURL *handle, curl_lock_data data,
                     curl_lock_access laccess, void *useptr)
diff --git a/docs/examples/threaded-shared-conn.c 
b/docs/examples/threaded-shared-conn.c
index ab5ac406d..8402603b1 100644
--- a/docs/examples/threaded-shared-conn.c
+++ b/docs/examples/threaded-shared-conn.c
@@ -35,7 +35,7 @@
 
 #include <stdio.h>
 #include <pthread.h>
-#include <curl/curl.h>
+#include <gnurl/curl.h>
 
 /*
   URL to fetch. If you select HTTPS, you need to use a TLS backend with mutex
diff --git a/lib/curl_path.c b/lib/curl_path.c
index e843deac7..ea9d21322 100644
--- a/lib/curl_path.c
+++ b/lib/curl_path.c
@@ -22,7 +22,7 @@
 
 #include "curl_setup.h"
 
-#include <curl/curl.h>
+#include <gnurl/curl.h>
 #include "curl_memory.h"
 #include "curl_path.h"
 #include "escape.h"
diff --git a/lib/curl_path.h b/lib/curl_path.h
index f9d432750..e89f4c79f 100644
--- a/lib/curl_path.h
+++ b/lib/curl_path.h
@@ -21,7 +21,7 @@
  ***************************************************************************/
 
 #include "curl_setup.h"
-#include <curl/curl.h>
+#include <gnurl/curl.h>
 #include "urldata.h"
 
 #ifdef WIN32
diff --git a/lib/ssh-libssh.c b/lib/ssh-libssh.c
index 56775d70d..51e264480 100644
--- a/lib/ssh-libssh.c
+++ b/lib/ssh-libssh.c
@@ -58,7 +58,7 @@
 #define in_addr_t unsigned long
 #endif
 
-#include <curl/curl.h>
+#include <gnurl/curl.h>
 #include "urldata.h"
 #include "sendf.h"
 #include "hostip.h"

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



reply via email to

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