#include "ares_private.h"
Include dependency graph for ares_free_errmem.c:
Go to the source code of this file.
Functions | |
void | ares_free_errmem (char *mem) |
|
Definition at line 29 of file ares_free_errmem.c. Referenced by dns_client(), and dns_client_callback().
00030 {
00031 (void) mem;
00032 }
|