* include/resolv.h (_getshort): Drop declaration.

(_getlong): Ditto.
This commit is contained in:
Corinna Vinschen 2008-06-17 10:05:28 +00:00
parent 00f8aa9cd6
commit 95c9157df0
2 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2008-06-17 Corinna Vinschen <corinna@vinschen.de>
* include/resolv.h (_getshort): Drop declaration.
(_getlong): Ditto.
2008-06-12 Corinna Vinschen <corinna@vinschen.de>
* mount.cc (mount_info::get_cygdrive_info): Fix usage of user and

View File

@ -391,10 +391,6 @@ const char * loc_ntoa __P((const u_char *binary, char *ascii));
int dn_skipname __P((const u_char *, const u_char *));
void putlong __P((u_int32_t, u_char *));
void putshort __P((u_int16_t, u_char *));
#ifndef __ultrix__
u_int16_t _getshort __P((const u_char *src));
u_int32_t _getlong __P((const u_char *src));
#endif
const char * p_class __P((int));
const char * p_time __P((u_int32_t));
const char * p_type __P((int));