diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-02 19:28:32 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-02 19:28:32 +0000 |
commit | 4705381691cba08c7d3e6ef982e2335bb7672960 (patch) | |
tree | 106520219a09d42534fccdff7fdff4b9504793f9 /docs/man/man3/dns.h.3 | |
parent | e877fb41803c301e28179bcd52d9912ebd37dc93 (diff) |
Added DNS class to documentation
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@952 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/man/man3/dns.h.3')
-rw-r--r-- | docs/man/man3/dns.h.3 | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/docs/man/man3/dns.h.3 b/docs/man/man3/dns.h.3 new file mode 100644 index 000000000..104d3d407 --- /dev/null +++ b/docs/man/man3/dns.h.3 @@ -0,0 +1,31 @@ +.TH "dns.h" 3 "2 Apr 2005" "InspIRCd" \" -*- nroff -*- +.ad l +.nh +.SH NAME +dns.h \- +.SH SYNOPSIS +.br +.PP +\fC#include <sys/types.h>\fP +.br +\fC#include <sys/socket.h>\fP +.br +\fC#include <netinet/in.h>\fP +.br +\fC#include <string>\fP +.br + +.SS "Compounds" + +.in +1c +.ti -1c +.RI "class \fBDNS\fP" +.br +.RI "\fIThe DNS class allows fast nonblocking resolution of hostnames and ip addresses. \fP" +.ti -1c +.RI "struct \fBdns_ip4list\fP" +.br +.in -1c +.SH "Author" +.PP +Generated automatically by Doxygen for InspIRCd from the source code. |