ares.h: there is no ares_free_soa function

pull/10/head
Daniel Stenberg 12 years ago
parent a2881fee6b
commit 57203b14df
  1. 4
      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);

Loading…
Cancel
Save