* resolv/res_send.c: Remove unnecessary res_pquery prototype.

This commit is contained in:
Ulrich Drepper 2008-07-09 22:41:56 +00:00
parent fdc769f68b
commit 835113c60e
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2008-07-09 Ulrich Drepper <drepper@redhat.com>
* resolv/res_send.c: Remove unnecessary res_pquery prototype.
* resolv/res_query.c (__libc_res_nquery): Issue debug message only
if DEBUG is defined.

View File

@ -194,7 +194,6 @@ static int sock_eq(struct sockaddr_in6 *, struct sockaddr_in6 *);
/* Reachover. */
static void convaddr4to6(struct sockaddr_in6 *sa);
void res_pquery(const res_state, const u_char *, int, FILE *);
/* Public. */