vserver 1.9.5.x5
[linux-2.6.git] / include / rxrpc / transport.h
index 6aa8869..7c7b968 100644 (file)
@@ -78,8 +78,6 @@ struct rxrpc_transport
        volatile char           error_rcvd;     /* T if received ICMP error outstanding */
 };
 
-extern struct list_head rxrpc_transports;
-
 extern int rxrpc_create_transport(unsigned short port,
                                  struct rxrpc_transport **_trans);
 
@@ -105,6 +103,4 @@ extern int rxrpc_trans_immediate_abort(struct rxrpc_transport *trans,
                                       struct rxrpc_message *msg,
                                       int error);
 
-extern void rxrpc_clear_transport(struct rxrpc_transport *trans);
-
 #endif /* _LINUX_RXRPC_TRANSPORT_H */