summaryrefslogtreecommitdiff
path: root/ares_free_string.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-02-04 07:50:18 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-02-04 07:50:18 +0000
commitf8ced532aec3f18b6c2a987554a44371833d101b (patch)
tree24d99da85c25009cdeba260cd8b857c42ee7efaa /ares_free_string.3
parent72b499b940d961259284df60a683be83bdf9eddc (diff)
downloadc-ares-f8ced532aec3f18b6c2a987554a44371833d101b.tar.gz
c-ares-f8ced532aec3f18b6c2a987554a44371833d101b.tar.bz2
c-ares-f8ced532aec3f18b6c2a987554a44371833d101b.zip
takes a void *, not a char * anymore
Diffstat (limited to 'ares_free_string.3')
-rw-r--r--ares_free_string.34
1 files changed, 2 insertions, 2 deletions
diff --git a/ares_free_string.3 b/ares_free_string.3
index a388f3f..58f73d4 100644
--- a/ares_free_string.3
+++ b/ares_free_string.3
@@ -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