source: trunk/athena/lib/ares/ares_free_errmem.c @ 11856

Revision 11856, 1.0 KB checked in by ghudson, 26 years ago (diff)
Sources for libares, an asynchronous resolver library
Line 
1/* Copyright 1998 by the Massachusetts Institute of Technology.
2 *
3 * Permission to use, copy, modify, and distribute this
4 * software and its documentation for any purpose and without
5 * fee is hereby granted, provided that the above copyright
6 * notice appear in all copies and that both that copyright
7 * notice and this permission notice appear in supporting
8 * documentation, and that the name of M.I.T. not be used in
9 * advertising or publicity pertaining to distribution of the
10 * software without specific, written prior permission.
11 * M.I.T. makes no representations about the suitability of
12 * this software for any purpose.  It is provided "as is"
13 * without express or implied warranty.
14 */
15
16static const char rcsid[] = "$Id: ares_free_errmem.c,v 1.1 1998-08-13 18:06:28 ghudson Exp $";
17
18#include "ares.h"
19
20/* Do nothing, for now.  A future implementation may want to deal with
21 * internationalization, in which case ares_strerror() might allocate
22 * memory which we would then have to free.
23 */
24void ares_free_errmem(char *mem)
25{
26}
Note: See TracBrowser for help on using the repository browser.