diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-05-29 12:09:15 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-05-29 12:09:15 +0000 |
commit | cf02eb11f6229a64085090f56fb3b7a0ade640bf (patch) | |
tree | 66b0f550a46bd156451c52917eaa7ea1de93395f | |
parent | 22b8d387bcace471d68f199de9bd3e33a66a330b (diff) |
text: added in 7.8
-rw-r--r-- | docs/curl_global_cleanup.3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/curl_global_cleanup.3 b/docs/curl_global_cleanup.3 index 680991856..4e8311cda 100644 --- a/docs/curl_global_cleanup.3 +++ b/docs/curl_global_cleanup.3 @@ -18,6 +18,8 @@ uses of libcurl is complete. This is the opposite of \fIcurl_global_init\fP. Not calling this function may result in memory leaks. + +This function was added in libcurl 7.8. .SH "SEE ALSO" .BR curl_global_init "(3), " .SH BUGS |