X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=net%2Ftipc%2Fuser_reg.h;h=81dc12e2882f02abc575fa1248fabcf3ad2c76a7;hb=40dbfae440abe6860167f12e0296bd7a1a599839;hp=0f96004ebdccda818d7a4f8f63cf68f636a068cd;hpb=9ea1fd3c1a15c620d1e3d0aa269d34b705477003;p=safe%2Fjmp%2Flinux-2.6 diff --git a/net/tipc/user_reg.h b/net/tipc/user_reg.h index 0f96004..81dc12e 100644 --- a/net/tipc/user_reg.h +++ b/net/tipc/user_reg.h @@ -1,9 +1,8 @@ /* * net/tipc/user_reg.h: Include file for TIPC user registry code - * - * Copyright (c) 2003-2005, Ericsson Research Canada + * + * Copyright (c) 2000-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 @@ -40,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