summaryrefslogtreecommitdiff
path: root/docs/man/man3/InAddr_HashComp.3
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-05-12 02:26:05 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-05-12 02:26:05 +0000
commita266dadd1351d10b56ec187c7b6f7af75350ed68 (patch)
tree0729c41ca0f1719c69277dc862d4704d63d6248f /docs/man/man3/InAddr_HashComp.3
parentc42a4ace0281ee6a89f6df2af3b15563ffe98064 (diff)
Documented new recvq and sendq stuff
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1367 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/man/man3/InAddr_HashComp.3')
-rw-r--r--docs/man/man3/InAddr_HashComp.322
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/man/man3/InAddr_HashComp.3 b/docs/man/man3/InAddr_HashComp.3
index 70c1be8df..a0b2fcee6 100644
--- a/docs/man/man3/InAddr_HashComp.3
+++ b/docs/man/man3/InAddr_HashComp.3
@@ -1,4 +1,4 @@
-.TH "InAddr_HashComp" 3 "7 May 2005" "InspIRCd" \" -*- nroff -*-
+.TH "InAddr_HashComp" 3 "12 May 2005" "InspIRCd" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@@ -17,18 +17,18 @@ InAddr_HashComp \-
.PP
.SS "bool InAddr_HashComp::operator() (const in_addr & s1, const in_addr & s2) const\fC [inline]\fP"
.PP
-Definition at line 162 of file modules.cpp.
+Definition at line 171 of file modules.cpp.
.PP
.nf
-163 {
-164 size_t q;
-165 size_t p;
-166
-167 memcpy(&q,&s1,sizeof(size_t));
-168 memcpy(&p,&s2,sizeof(size_t));
-169
-170 return (q == p);
-171 }
+172 {
+173 size_t q;
+174 size_t p;
+175
+176 memcpy(&q,&s1,sizeof(size_t));
+177 memcpy(&p,&s2,sizeof(size_t));
+178
+179 return (q == p);
+180 }
.fi