summaryrefslogtreecommitdiff
path: root/ares_version.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-05-18 00:21:02 +0000
committerYang Tse <yangsita@gmail.com>2009-05-18 00:21:02 +0000
commit5b17412c1f522cc40b01e7108afb0deaaee781f6 (patch)
tree8c51d230aee179fd84a132056bc706ae37879ed2 /ares_version.c
parentb7c7bab713e3bfba6626050806c4f4584207be6d (diff)
downloadc-ares-5b17412c1f522cc40b01e7108afb0deaaee781f6.tar.gz
c-ares-5b17412c1f522cc40b01e7108afb0deaaee781f6.tar.bz2
c-ares-5b17412c1f522cc40b01e7108afb0deaaee781f6.zip
- 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
Diffstat (limited to 'ares_version.c')
-rw-r--r--ares_version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ares_version.c b/ares_version.c
index 8aa1952..25f8e77 100644
--- a/ares_version.c
+++ b/ares_version.c
@@ -1,7 +1,7 @@
/* $Id$ */
#include "setup.h"
-#include "ares_version.h"
+#include "ares.h"
const char *ares_version(int *version)
{