Usermode - More hackery to get glib compiling
[tpg/acess2.git] / Usermode / Libraries / libresolv.so_src / include_exp / resolv.h
1 /*
2  */
3 #ifndef _LIBRESOLV__RESOLV_H_
4 #define _LIBRESOLV__RESOLV_H_
5
6 extern int res_init(void);
7
8 extern int res_query(const char *dname, int class, int type, unsigned char *answer, int anslen);
9
10 extern int res_search(const char *dname, int class, int type, unsigned char *answer, int anslen);
11
12 extern int res_querydomain(const char *name, const char *domain, int class, int type, unsigned char *answer, int anslen);
13
14 extern int res_mkquery(int op, const char *dname, int class, int type, char *data, int datalen, struct rrec *newrr, char *buf, int buflen);
15
16 extern int res_send(const char *msg, int msglen, char *answer, int anslen);
17
18
19 #endif
20

UCC git Repository :: git.ucc.asn.au