~ubuntu-branches/ubuntu/intrepid/curl/intrepid

« back to all changes in this revision

Viewing changes to docs/libcurl/curl_easy_cleanup.3

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-05-16 15:16:54 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20070516151654-jo48r81zempo1qav
Tags: 7.16.2-3ubuntu1
* Merge with Debian; remaining changes:
  - Drop the stunnel build dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\" You can view this file with:
2
2
.\" nroff -man [file]
3
 
.\" $Id: curl_easy_cleanup.3,v 1.5 2004/02/27 15:34:06 bagder Exp $
 
3
.\" $Id: curl_easy_cleanup.3,v 1.6 2006-10-12 14:35:20 bagder Exp $
4
4
.\"
5
 
.TH curl_easy_cleanup 3 "13 Nov 2002" "libcurl 7.7" "libcurl Manual"
 
5
.TH curl_easy_cleanup 3 "12 Oct 2006" "libcurl 7.7" "libcurl Manual"
6
6
.SH NAME
7
7
curl_easy_cleanup - End a libcurl easy session
8
8
.SH SYNOPSIS
21
21
 
22
22
When you've called this, you can safely remove all the strings you've
23
23
previously told libcurl to use, as it won't use them anymore now.
 
24
 
 
25
Any uses of the \fBhandle\fP after this function has been called are
 
26
illegal. This kills the handle and all memory associated with it!
24
27
.SH RETURN VALUE
25
28
None
26
29
.SH "SEE ALSO"