summaryrefslogtreecommitdiff
path: root/docs/man/man3/InAddr_HashComp.3
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-04-20 15:48:27 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-04-20 15:48:27 +0000
commit2db0df5813e46fe5e077e014003acbd10698b913 (patch)
tree8d18035c30623c3dcd677c2b93fd832e6cb3d09d /docs/man/man3/InAddr_HashComp.3
parent15228d509a36036af6d8ab1f63f0ccbc0eeb0c3d (diff)
Added module message passing architecture
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1136 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 0e0630d21..a0b6759c0 100644
--- a/docs/man/man3/InAddr_HashComp.3
+++ b/docs/man/man3/InAddr_HashComp.3
@@ -1,4 +1,4 @@
-.TH "InAddr_HashComp" 3 "16 Apr 2005" "InspIRCd" \" -*- nroff -*-
+.TH "InAddr_HashComp" 3 "20 Apr 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 159 of file modules.cpp.
+Definition at line 161 of file modules.cpp.
.PP
.nf
-160 {
-161 size_t q;
-162 size_t p;
-163
-164 memcpy(&q,&s1,sizeof(size_t));
-165 memcpy(&p,&s2,sizeof(size_t));
-166
-167 return (q == p);
-168 }
+162 {
+163 size_t q;
+164 size_t p;
+165
+166 memcpy(&q,&s1,sizeof(size_t));
+167 memcpy(&p,&s2,sizeof(size_t));
+168
+169 return (q == p);
+170 }
.fi