]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - docs/man/man3/nspace_nspace_hash_ in_addr _.3
Re-added the dot graphs again
[user/henk/code/inspircd.git] / docs / man / man3 / nspace_nspace_hash_ in_addr _.3
index 627f54a1f7c647fbc5efb4409c0a6199d329fb98..43b548dd9e3dea00321a8c76b695afac4135d8ab 100644 (file)
@@ -1,4 +1,4 @@
-.TH "nspace::nspace::hash< in_addr >" 3 "28 Mar 2005" "InspIRCd" \" -*- nroff -*-
+.TH "nspace::nspace::hash< in_addr >" 3 "13 May 2005" "InspIRCd" \" -*- nroff -*-
 .ad l
 .nh
 .SH NAME
@@ -20,14 +20,14 @@ nspace::nspace::hash< in_addr > \-
 .PP 
 .SS "size_t nspace::hash< in_addr >::operator() (const struct in_addr & a) const\fC [inline]\fP"
 .PP
-Definition at line 117 of file modules.cpp.
+Definition at line 129 of file modules.cpp.
 .PP
 .nf
-118                 {
-119                         size_t q;
-120                         memcpy(&q,&a,sizeof(size_t));
-121                         return q;
-122                 }
+130                 {
+131                         size_t q;
+132                         memcpy(&q,&a,sizeof(size_t));
+133                         return q;
+134                 }
 .fi