summaryrefslogtreecommitdiff
path: root/src/network/res_query.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/res_query.c')
-rw-r--r--src/network/res_query.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/network/res_query.c b/src/network/res_query.c
index 2b4e4bb1..691ccb16 100644
--- a/src/network/res_query.c
+++ b/src/network/res_query.c
@@ -2,9 +2,6 @@
#include <netdb.h>
#include "libc.h"
-int __res_mkquery(int, const char *, int, int, const unsigned char *, int, const unsigned char*, unsigned char *, int);
-int __res_send(const unsigned char *, int, unsigned char *, int);
-
int __res_query(const char *name, int class, int type, unsigned char *dest, int len)
{
unsigned char q[280];