diff --git a/ares.h b/ares.h index e6ee1caa..694a4150 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);