X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Frxrpc%2Ftransport.h;h=7c7b9683fa3960763c7fef2a9be13a0ec4b6a585;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=6aa88691186c9d1d013ffd8fbf41c5607b8395dd;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/include/rxrpc/transport.h b/include/rxrpc/transport.h index 6aa886911..7c7b9683f 100644 --- a/include/rxrpc/transport.h +++ b/include/rxrpc/transport.h @@ -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 */