9 lines
168 B
C
9 lines
168 B
C
#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
|