X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Ftipc%2Fnode_subscr.h;h=5f3f5859b84c3538252a7d21ccf36b0cca8c7af3;hb=6d4a6672c8263f98544d2b91690dc7074b144090;hp=a3b87ac4859b7d66490765385f8f48af9f45bf42;hpb=61b7efddc5256225099d13185659e9ad9d8abc8a;p=linux-2.6 diff --git a/net/tipc/node_subscr.h b/net/tipc/node_subscr.h index a3b87ac485..5f3f5859b8 100644 --- a/net/tipc/node_subscr.h +++ b/net/tipc/node_subscr.h @@ -1,6 +1,6 @@ /* * net/tipc/node_subscr.h: Include file for TIPC "node down" subscription handling - * + * * Copyright (c) 1995-2006, Ericsson AB * Copyright (c) 2005, Wind River Systems * All rights reserved. @@ -56,8 +56,8 @@ struct node_subscr { struct list_head nodesub_list; }; -void nodesub_subscribe(struct node_subscr *node_sub, u32 addr, - void *usr_handle, net_ev_handler handle_down); -void nodesub_unsubscribe(struct node_subscr *node_sub); +void tipc_nodesub_subscribe(struct node_subscr *node_sub, u32 addr, + void *usr_handle, net_ev_handler handle_down); +void tipc_nodesub_unsubscribe(struct node_subscr *node_sub); #endif