ares.h: there is no ares_free_soa function
authorDaniel Stenberg <daniel@haxx.se>
Sat, 9 Mar 2013 15:48:28 +0000 (16:48 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 9 Mar 2013 15:48:28 +0000 (16:48 +0100)
ares.h

diff --git a/ares.h b/ares.h
index e6ee1ca..694a415 100644 (file)
--- 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);