]> git.saurik.com Git - apple/libinfo.git/blobdiff - rpc.subproj/pmap_getport.c
Libinfo-459.40.1.tar.gz
[apple/libinfo.git] / rpc.subproj / pmap_getport.c
index 318df959d7c08325ae129697c0ec59b78616616e..fd7e6e38cc3898e8c08cdfa4908a45d3217f3e00 100644 (file)
@@ -77,7 +77,7 @@ static struct timeval default_timeout = { 5, 0 };
  * Calls the pmap service remotely to do the lookup.
  * Returns 0 if no map exists.
  */
-__private_extern__ u_short
+u_short
 pmap_getport_timeout(struct sockaddr_in *address, uint32_t program, uint32_t version, uint32_t protocol, struct timeval *timeout, struct timeval *totaltimeout)
 {
        u_short port;