diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-02-04 07:50:18 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-02-04 07:50:18 +0000 |
commit | 01771e50a1f9b7dd3ce9c314612db04b52044059 (patch) | |
tree | 51ea610731b94ce7eb06489c9b3790e752b66fc5 | |
parent | c23cf6a0581973fdf6156a564c3dd09e0840ff40 (diff) |
takes a void *, not a char * anymore
-rw-r--r-- | ares/ares_free_string.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ares/ares_free_string.3 b/ares/ares_free_string.3 index a388f3fa9..58f73d498 100644 --- a/ares/ares_free_string.3 +++ b/ares/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 |