X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Ftipc%2Fuser_reg.h;h=81dc12e2882f02abc575fa1248fabcf3ad2c76a7;hb=26bad2c05eef400d9af16979bd96e301902ebd13;hp=122ca9be36711775c2b0f67a1d3548017cf6117b;hpb=e7de369050534025b33aab1033358bf47a577e4d;p=linux-2.6 diff --git a/net/tipc/user_reg.h b/net/tipc/user_reg.h index 122ca9be36..81dc12e288 100644 --- a/net/tipc/user_reg.h +++ b/net/tipc/user_reg.h @@ -1,6 +1,6 @@ /* * net/tipc/user_reg.h: Include file for TIPC user registry code - * + * * Copyright (c) 2000-2006, Ericsson AB * Copyright (c) 2005, Wind River Systems * All rights reserved. @@ -39,10 +39,10 @@ #include "port.h" -int reg_start(void); -void reg_stop(void); +int tipc_reg_start(void); +void tipc_reg_stop(void); -int reg_add_port(struct user_port *up_ptr); -int reg_remove_port(struct user_port *up_ptr); +int tipc_reg_add_port(struct user_port *up_ptr); +int tipc_reg_remove_port(struct user_port *up_ptr); #endif