Skip to content
Snippets Groups Projects
Commit 01771e50 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

takes a void *, not a char * anymore

parent c23cf6a0
No related branches found
No related tags found
No related merge requests found
...@@ -14,14 +14,14 @@ ...@@ -14,14 +14,14 @@
.\" this software for any purpose. It is provided "as is" .\" this software for any purpose. It is provided "as is"
.\" without express or implied warranty. .\" without express or implied warranty.
.\" .\"
.TH ARES_FREE_STRING 3 "4 January 2000" .TH ARES_FREE_STRING 3 "4 February 2004"
.SH NAME .SH NAME
ares_free_string \- Free strings allocated by ares functions ares_free_string \- Free strings allocated by ares functions
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
.B #include <ares.h> .B #include <ares.h>
.PP .PP
.B void ares_free_string(char *\fIstr\fP) .B void ares_free_string(void *\fIstr\fP)
.fi .fi
.SH DESCRIPTION .SH DESCRIPTION
The The
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment