1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-10-06 21:10:07 +00:00

- Provide in external interface preprocessor symbol definitions for

CARES_HAVE_ARES_LIBRARY_INIT and CARES_HAVE_ARES_LIBRARY_CLEANUP
  to ease the use of new capabilities.

- Move ares_version() prototype to ares.h
This commit is contained in:
Yang Tse
2009-05-18 00:21:02 +00:00
parent b7c7bab713
commit 5b17412c1f
4 changed files with 12 additions and 13 deletions

View File

@ -1,7 +1,7 @@
/* $Id$ */
#include "setup.h"
#include "ares_version.h"
#include "ares.h"
const char *ares_version(int *version)
{