X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=net%2Ftipc%2Faddr.h;h=e4bd5335e48d9eb64bdd9d5b1bf899ce7a8ec8d9;hb=119537c092638bf8a0672415024639353c773bb1;hp=b65a0ab2647b9ab7c8964c143e3b7548218f3da5;hpb=9ea1fd3c1a15c620d1e3d0aa269d34b705477003;p=~andy%2Flinux diff --git a/net/tipc/addr.h b/net/tipc/addr.h index b65a0ab2647..e4bd5335e48 100644 --- a/net/tipc/addr.h +++ b/net/tipc/addr.h @@ -1,9 +1,8 @@ /* * net/tipc/addr.h: Include file for TIPC address utility routines - * - * Copyright (c) 2003-2005, Ericsson Research Canada + * + * Copyright (c) 2000-2006, Ericsson AB * Copyright (c) 2004-2005, Wind River Systems - * Copyright (c) 2005-2006, Ericsson AB * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -101,8 +100,8 @@ static inline int addr_scope(u32 domain) /** * addr_domain - convert 2-bit scope value to equivalent message lookup domain - * - * Needed when address of a named message must be looked up a second time + * + * Needed when address of a named message must be looked up a second time * after a network hop. */ @@ -123,7 +122,7 @@ static inline char *addr_string_fill(char *string, u32 addr) return string; } -int addr_domain_valid(u32); -int addr_node_valid(u32 addr); +int tipc_addr_domain_valid(u32); +int tipc_addr_node_valid(u32 addr); #endif