From 3aa536fc208b12a335be934350b2d5c7b17a6d22 Mon Sep 17 00:00:00 2001 From: joe Date: Sun, 17 Oct 2004 12:59:26 +0000 Subject: * doc/ref/iaddr.xml: Document ne_iaddr_typeof. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@314 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845 --- doc/ref/iaddr.xml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/ref/iaddr.xml b/doc/ref/iaddr.xml index cf64a13..a4fba59 100644 --- a/doc/ref/iaddr.xml +++ b/doc/ref/iaddr.xml @@ -9,6 +9,7 @@ ne_iaddr_make ne_iaddr_cmp ne_iaddr_print + ne_iaddr_typeof ne_iaddr_free functions to manipulate and compare network addresses @@ -32,8 +33,8 @@ typedef enum { int ne_iaddr_cmp - const ne_inet_addr *i1 - const ne_inet_addr *i2 + const ne_inet_addr *ia1 + const ne_inet_addr *ia2 @@ -43,9 +44,14 @@ typedef enum { size_t bufsiz + + ne_iaddr_type ne_iaddr_typeof + const ne_inet_addr *ia + + void ne_iaddr_free - const ne_inet_addr *addr + const ne_inet_addr *ia @@ -76,6 +82,9 @@ typedef enum { buffer, for instance the string "127.0.0.1". + ne_iaddr_type returns the type of the + given network address. + ne_iaddr_free releases the memory associated with a network address object. -- cgit v1.2.1