1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

see also the reset function

This commit is contained in:
Daniel Stenberg 2004-08-17 12:39:10 +00:00
parent 3838745fdb
commit e139e49826

View File

@ -1,5 +1,3 @@
.\" You can view this file with:
.\" nroff -man [file]
.\" $Id$
.\"
.TH curl_easy_init 3 "4 March 2002" "libcurl 7.8.1" "libcurl Manual"
@ -20,4 +18,4 @@ initializes curl and this call \fBMUST\fP have a corresponding call to
If this function returns NULL, something went wrong and you cannot use the
other curl functions.
.SH "SEE ALSO"
.BR curl_easy_cleanup "(3), " curl_global_init "(3)
.BR curl_easy_cleanup "(3), " curl_global_init "(3), " curl_easy_reset "(3)"