Got a barebones Qt UI up, and got stuff writing in the message log.
This commit is contained in:
parent
88f29def56
commit
4d6ff1e9f8
5 changed files with 88 additions and 101 deletions
9
dns.h
Normal file
9
dns.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
#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
|
Loading…
Add table
Add a link
Reference in a new issue