summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2013-03-09 16:48:28 +0100
committerDaniel Stenberg <daniel@haxx.se>2013-03-09 16:48:28 +0100
commit57203b14df6158f1435ed27af5fc40c7a0dc90c1 (patch)
treefc29b9c9f45b883637144456ccb67432193a69c6
parenta2881fee6b76e6abc3b7a42b58be73fad6733989 (diff)
downloadc-ares-57203b14df6158f1435ed27af5fc40c7a0dc90c1.tar.gz
c-ares-57203b14df6158f1435ed27af5fc40c7a0dc90c1.tar.bz2
c-ares-57203b14df6158f1435ed27af5fc40c7a0dc90c1.zip
ares.h: there is no ares_free_soa function
-rw-r--r--ares.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ares.h b/ares.h
index e6ee1ca..694a415 100644
--- a/ares.h
+++ b/ares.h
@@ -1,5 +1,5 @@
-/* Copyright 1998, 2009 by the Massachusetts Institute of Technology.
+/* Copyright 1998 by the Massachusetts Institute of Technology.
* Copyright (C) 2007-2013 by Daniel Stenberg
*
* Permission to use, copy, modify, and distribute this
@@ -553,8 +553,6 @@ CARES_EXTERN void ares_free_string(void *str);
CARES_EXTERN void ares_free_hostent(struct hostent *host);
-CARES_EXTERN void ares_free_soa(struct ares_soa_reply *soa);
-
CARES_EXTERN void ares_free_data(void *dataptr);
CARES_EXTERN const char *ares_strerror(int code);