ReverseLookup(): fix documentation comment

This commit is contained in:
Alexander Barton 2009-12-30 23:45:02 +01:00
parent 1b73e68e6e
commit 75dabcaae5
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ Do_IdentQuery(int identsock, array *resolved_addr)
* the IP address in resbuf and returns false. * the IP address in resbuf and returns false.
* @param IpAddr ip address to resolve * @param IpAddr ip address to resolve
* @param resbuf result buffer to store DNS name/string representation of ip address * @param resbuf result buffer to store DNS name/string representation of ip address
* @reslen size of result buffer (must be >= NGT_INET_ADDRSTRLEN) * @param reslen size of result buffer (must be >= NGT_INET_ADDRSTRLEN)
* @return true if reverse lookup successful, false otherwise * @return true if reverse lookup successful, false otherwise
*/ */
static bool static bool