diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-06-21 09:39:19 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-06-21 09:39:19 +0000 |
commit | 303b3cf41c005e4b26597467b2eb88c561dec5e2 (patch) | |
tree | d039359cec4f68d6956d107c7cd82b6897cfc90f /docs | |
parent | fc535aa086cebcea8ca66971dc616f199c3f8672 (diff) |
added return type void in SYNOPSIS
Diffstat (limited to 'docs')
-rw-r--r-- | docs/curl_easy_cleanup.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/curl_easy_cleanup.3 b/docs/curl_easy_cleanup.3 index 5e80f536f..267c2f4f4 100644 --- a/docs/curl_easy_cleanup.3 +++ b/docs/curl_easy_cleanup.3 @@ -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 |