bagder: curl-www/libcurl/hiper _api.html,1.1,1.2 _app.html,1.1,1.2
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/libcurl/hiper In directory labb:/tmp/cvs-serv6776 Modified Files: _api.html _app.html Log Message: updated to better reflect reality Index: _app.html =================================================================== RCS file: /cvsroot/curl/curl-www/libcurl/hiper/_app.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- _app.html 4 Nov 2005 08:57:01 -0000 1.1 +++ _app.html 26 Apr 2006 12:26:47 -0000 1.2 @@ -25,6 +25,11 @@ suggestion. It is not detailed and should be considered to be a <i>sample</i> and demo only. +<p> + <big><strong>This sample app was written a long time ago and things in the + API have changed since then. I'll provide a better sample app later + on.</strong></big> + <pre> #include "app.t" </pre> Index: _api.html =================================================================== RCS file: /cvsroot/curl/curl-www/libcurl/hiper/_api.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- _api.html 4 Nov 2005 08:57:01 -0000 1.1 +++ _api.html 26 Apr 2006 12:26:47 -0000 1.2 @@ -22,14 +22,13 @@ <br><a href="schedule.html">Schedule</a> </div> <p> - Below here is the piece of the API as outlined and drafted before, and as - it already is present in curl/multi.h. It might be adjusted before this goes - live. - -<pre> -#include "api.t" -</pre> - + So far the explanations to the API is best done by reading the docs for each + individual function: +<p> + <a href="../c/curl_multi_setopt.html">curl_multi_setopt()</a><br> + <a href="../c/curl_multi_socket.html">curl_multi_socket()</a><br> + <a href="../c/curl_multi_socket.html">curl_multi_socket_all()</a><br> + <a href="../c/curl_multi_timeout.html">curl_multi_timeout()</a><br> #include "_footer.html" </BODY>