Got a barebones Qt UI up, and got stuff writing in the message log.

This commit is contained in:
Darren VanBuren 2017-07-09 13:26:48 -07:00
parent 88f29def56
commit 4d6ff1e9f8
5 changed files with 88 additions and 101 deletions

9
dns.h Normal file
View 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