summaryrefslogtreecommitdiff
path: root/docs/man/man3/InAddr_HashComp.3
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-04-07 20:15:05 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-04-07 20:15:05 +0000
commit755d67224f033aaa9b4ef3d2dd00f46bb8c19dc2 (patch)
treea1e26279c8df6310c611bb2ddd3ea87cec95b9e8 /docs/man/man3/InAddr_HashComp.3
parent4efba4dad4b21f8ae2357a473b335e147b83a7c7 (diff)
New docs to match extra module Version class stuff, etc
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1008 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 eb1584eaf..47bc468f3 100644
--- a/docs/man/man3/InAddr_HashComp.3
+++ b/docs/man/man3/InAddr_HashComp.3
@@ -1,4 +1,4 @@
-.TH "InAddr_HashComp" 3 "4 Apr 2005" "InspIRCd" \" -*- nroff -*-
+.TH "InAddr_HashComp" 3 "7 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 157 of file modules.cpp.
+Definition at line 159 of file modules.cpp.
.PP
.nf
-158 {
-159 size_t q;
-160 size_t p;
-161
-162 memcpy(&q,&s1,sizeof(size_t));
-163 memcpy(&p,&s2,sizeof(size_t));
-164
-165 return (q == p);
-166 }
+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 }
.fi