]> jfr.im git - irc/blitzed-org/libopm.git/commitdiff
Removed addr from OPM_REMOTE_T listing in api doc
authorstrtok <redacted>
Sat, 21 Sep 2002 23:24:56 +0000 (23:24 +0000)
committerstrtok <redacted>
Sat, 21 Sep 2002 23:24:56 +0000 (23:24 +0000)
doc/libopm-api.txt

index 042709e8b1bd6bd90ccdbe4b981d79a933f4e425..2654b4d5c590266446bd172b8cbb082f8ea1147b 100644 (file)
@@ -30,7 +30,6 @@ OPM_REMOTE_T
 
         struct OPM_REMOTE_T {
            char              *ip;
-           opm_sockaddr       addr;
             
            unsigned short int port;
            unsigned short int protocol;
@@ -48,9 +47,6 @@ OPM_REMOTE_T
          ip
             The ip of the host in human readble form.
 
-         addr
-            The address of the host in network byte order.
-
          port
             Port used in callbacks.
 
@@ -62,7 +58,7 @@ OPM_REMOTE_T
 
          callbacks
             An array of callbacks associated with this OPM_REMOTE_T. This 
-            element is handled internally by the API and is considered private.
+            element is handled internally by the API.
 
 2.1 C API Functions
 -------------------