aboutsummaryrefslogtreecommitdiff
path: root/ares/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
commit084447e414a6ed992c252f1e143676d3eac37742 (patch)
tree404510aa15da23773a51cc811f6035ea05334d72 /ares/ares_version.c
parent4c9c9f0b89a09a9358fc3091f7561f52b8f83d90 (diff)
- 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/ares_version.c')
-rw-r--r--ares/ares_version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/ares_version.c b/ares/ares_version.c
index 8aa195226..25f8e77cb 100644
--- a/ares/ares_version.c
+++ b/ares/ares_version.c
@@ -1,7 +1,7 @@
/* $Id$ */
#include "setup.h"
-#include "ares_version.h"
+#include "ares.h"
const char *ares_version(int *version)
{