oksirc/dns.h

10 lines
168 B
C
Raw Normal View History

#ifndef OKSIRC_DNS_H
#define OKSIRC_DNS_H
#include <prio.h>
#include <prnetdb.h>
#include <nspr.h>
PRErrorCode LookupName(char *, PRNetAddr *);
#endif //OKSIRC_DNS_H