X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=net%2Ftipc%2Fnode_subscr.h;h=5f3f5859b84c3538252a7d21ccf36b0cca8c7af3;hb=99c145939bc1f65f9b946f2b9dd7bfc1f44783d6;hp=3d2d8f546ef0df0e250bcec7b2be07c3b83d6cf6;hpb=9ea1fd3c1a15c620d1e3d0aa269d34b705477003;p=safe%2Fjmp%2Flinux-2.6 diff --git a/net/tipc/node_subscr.h b/net/tipc/node_subscr.h index 3d2d8f5..5f3f585 100644 --- a/net/tipc/node_subscr.h +++ b/net/tipc/node_subscr.h @@ -1,9 +1,8 @@ /* * net/tipc/node_subscr.h: Include file for TIPC "node down" subscription handling - * - * Copyright (c) 2003-2005, Ericsson Research Canada + * + * Copyright (c) 1995-2006, Ericsson AB * Copyright (c) 2005, Wind River Systems - * Copyright (c) 2005-2006, Ericsson AB * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -57,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