1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-10-05 22:10:03 +00:00

ares_inet_pton/ntop: cleanup

Make sure that the symbols are always exported and present in c-ares.

Make the headers prefixed with 'ares'.

Removed the inet_ntop.h version as it no longer features any content.
This commit is contained in:
Daniel Stenberg
2013-02-17 17:13:39 +01:00
parent ee9a1c2457
commit cf7ad9758d
16 changed files with 36 additions and 62 deletions

View File

@ -27,7 +27,7 @@
#endif
#include "ares.h"
#include "inet_net_pton.h"
#include "ares_inet_net_pton.h"
#include "ares_nowarn.h"
#include "ares_private.h"