OSDN Git Service

overhaul internally-public declarations using wrapper headers
[android-x86/external-musl-libc.git] / src / network / res_send.c
index 19cfe0f..6facc1b 100644 (file)
@@ -1,8 +1,6 @@
 #include <resolv.h>
 #include "libc.h"
 
-int __res_msend(int, const unsigned char *const *, const int *, unsigned char *const *, int *, int);
-
 int __res_send(const unsigned char *msg, int msglen, unsigned char *answer, int anslen)
 {
        int r = __res_msend(1, &msg, &msglen, &answer, &anslen, anslen);