diff options
author | Daniel Stenberg <daniel@haxx.se> | 2013-03-09 16:48:28 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-03-09 16:48:28 +0100 |
commit | 57203b14df6158f1435ed27af5fc40c7a0dc90c1 (patch) | |
tree | fc29b9c9f45b883637144456ccb67432193a69c6 | |
parent | a2881fee6b76e6abc3b7a42b58be73fad6733989 (diff) | |
download | c-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.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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); |