Update of /cvsroot/curl/curl-www/libcurl/hiper
In directory labb:/tmp/cvs-serv31632
Modified Files:
app.c
Log Message:
removed trailing whitespace
Index: app.c
===================================================================
RCS file: /cvsroot/curl/curl-www/libcurl/hiper/app.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- app.c 4 Nov 2005 08:43:26 -0000 1.1
+++ app.c 4 Nov 2005 09:01:27 -0000 1.2
@@ -30,7 +30,7 @@
my_s[nsockets].easy_h = easy;
nsockets++;
-
+
return 0;
} /* end of callback */
@@ -47,7 +47,7 @@
CURL *easyh[NEASYHANDLES];
/* setup all easy handles */
-
+
easyh[0] = curl_easy_init();
easyh[1] = curl_easy_init();
easyh[2] = curl_easy_init();
@@ -62,7 +62,7 @@
/* open up your own sockets, pipes, file handles and whatever you want to
use in your app */
-
+
/* start the transfers */
curl_multi_socket_all(multi_h,
curl_socket_callback,
@@ -81,7 +81,7 @@
}
do {
-
+
/* Wait for action(s) on sockets or timeout. The action can be on your own
sockets or on libcurl's sockets. */
@@ -92,12 +92,12 @@
handle for it is, and you call curl_multi_socket() telling libcurl.
You point out a callback and userp again since libcurl may very well
update the state of its sockets for us.*/
-
+
curl_multi_socket(multi_h, thissocket, thiseasyh
curl_socket_callback, my_s);
} while(!done);
-
+
cleanups();
return 0; /* success! */
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.