mirror of
https://github.com/curl/curl.git
synced 2026-05-06 11:37:28 +03:00
added return type void in SYNOPSIS
This commit is contained in:
parent
fc535aa086
commit
303b3cf41c
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ curl_easy_cleanup - End a libcurl session
|
|||
.SH SYNOPSIS
|
||||
.B #include <curl/curl.h>
|
||||
.sp
|
||||
.BI "curl_easy_cleanup(CURL *" handle ");"
|
||||
.BI "void curl_easy_cleanup(CURL *" handle ");"
|
||||
.ad
|
||||
.SH DESCRIPTION
|
||||
This function must be the last function to call for a curl session. It is the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue