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
Date: Wed, 23 May 2018 12:27:28 +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 258198b08 curl/curl.h -> gnurl/curl.h
258198b08 is described below

commit 258198b080f6c4b42d7269c67bd32f899b3d7622
Author: Nils Gillmann <address@hidden>
AuthorDate: Wed May 23 10:27:55 2018 +0000

    curl/curl.h -> gnurl/curl.h
    
    Signed-off-by: Nils Gillmann <address@hidden>
---
 docs/examples/multi-formadd.c                   | 2 +-
 docs/examples/sftpuploadresume.c                | 2 +-
 docs/examples/smtp-mime.c                       | 2 +-
 docs/examples/sslbackend.c                      | 2 +-
 docs/libcurl/opts/GNURLOPT_CHUNK_BGN_FUNCTION.3 | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/examples/multi-formadd.c b/docs/examples/multi-formadd.c
index bd85cc641..087ca9f38 100644
--- a/docs/examples/multi-formadd.c
+++ b/docs/examples/multi-formadd.c
@@ -28,7 +28,7 @@
 #include <string.h>
 #include <sys/time.h>
 
-#include <curl/curl.h>
+#include <gnurl/curl.h>
 
 int main(void)
 {
diff --git a/docs/examples/sftpuploadresume.c b/docs/examples/sftpuploadresume.c
index 6e60c1e57..078fa723a 100644
--- a/docs/examples/sftpuploadresume.c
+++ b/docs/examples/sftpuploadresume.c
@@ -26,7 +26,7 @@
 
 #include <stdlib.h>
 #include <stdio.h>
-#include <curl/curl.h>
+#include <gnurl/curl.h>
 
 /* read data to upload */
 static size_t readfunc(void *ptr, size_t size, size_t nmemb, void *stream)
diff --git a/docs/examples/smtp-mime.c b/docs/examples/smtp-mime.c
index dcd867f68..71e2d56b1 100644
--- a/docs/examples/smtp-mime.c
+++ b/docs/examples/smtp-mime.c
@@ -27,7 +27,7 @@
 
 #include <stdio.h>
 #include <string.h>
-#include <curl/curl.h>
+#include <gnurl/curl.h>
 
 /* This is a simple example showing how to send mime mail using libcurl's SMTP
  * capabilities. For an example of using the multi interface please see
diff --git a/docs/examples/sslbackend.c b/docs/examples/sslbackend.c
index 1483dcc2e..20aa000d7 100644
--- a/docs/examples/sslbackend.c
+++ b/docs/examples/sslbackend.c
@@ -29,7 +29,7 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include <curl/curl.h>
+#include <gnurl/curl.h>
 
 /*
  * An SSL-enabled libcurl is required for this sample to work (at least one
diff --git a/docs/libcurl/opts/GNURLOPT_CHUNK_BGN_FUNCTION.3 
b/docs/libcurl/opts/GNURLOPT_CHUNK_BGN_FUNCTION.3
index 8cf0de823..e995b69f6 100644
--- a/docs/libcurl/opts/GNURLOPT_CHUNK_BGN_FUNCTION.3
+++ b/docs/libcurl/opts/GNURLOPT_CHUNK_BGN_FUNCTION.3
@@ -47,7 +47,7 @@ option for now.
 
 The target of transfer_info parameter is a "feature depended" structure. For
 the FTP wildcard download, the target is curl_fileinfo structure (see
-\fIcurl/curl.h\fP).  The parameter \fIptr\fP is a pointer given by
+\fIgnurl/curl.h\fP).  The parameter \fIptr\fP is a pointer given by
 \fICURLOPT_CHUNK_DATA(3)\fP. The parameter remains contains number of chunks
 remaining per the transfer. If the feature is not available, the parameter has
 zero value.

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



reply via email to

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