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

ares_get_datatype: removed unused function

it was also wrongly named as internal functions require two underscores
This commit is contained in:
Daniel Stenberg
2013-02-13 14:40:00 +01:00
parent 2a3a63ae1f
commit 050663271e
2 changed files with 2 additions and 33 deletions

View File

@ -1,5 +1,5 @@
/* Copyright (C) 2009-2012 by Daniel Stenberg
/* Copyright (C) 2009-2013 by Daniel Stenberg
*
* Permission to use, copy, modify, and distribute this
* software and its documentation for any purpose and without
@ -66,4 +66,3 @@ struct ares_data {
void *ares_malloc_data(ares_datatype type);
ares_datatype ares_get_datatype(void * dataptr);