mirror of
https://github.com/curl/curl.git
synced 2026-07-25 10:07:57 +03:00
takes a void *, not a char * anymore
This commit is contained in:
parent
c23cf6a058
commit
01771e50a1
1 changed files with 2 additions and 2 deletions
|
|
@ -14,14 +14,14 @@
|
|||
.\" this software for any purpose. It is provided "as is"
|
||||
.\" without express or implied warranty.
|
||||
.\"
|
||||
.TH ARES_FREE_STRING 3 "4 January 2000"
|
||||
.TH ARES_FREE_STRING 3 "4 February 2004"
|
||||
.SH NAME
|
||||
ares_free_string \- Free strings allocated by ares functions
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.B #include <ares.h>
|
||||
.PP
|
||||
.B void ares_free_string(char *\fIstr\fP)
|
||||
.B void ares_free_string(void *\fIstr\fP)
|
||||
.fi
|
||||
.SH DESCRIPTION
|
||||
The
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue