mirror of
https://github.com/osmarks/ngircd.git
synced 2025-02-22 20:20:03 +00:00
ReverseLookup(): fix documentation comment
This commit is contained in:
parent
1b73e68e6e
commit
75dabcaae5
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user