X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=net%2Ftipc%2Faddr.h;h=e4bd5335e48d9eb64bdd9d5b1bf899ce7a8ec8d9;hb=119537c092638bf8a0672415024639353c773bb1;hp=cdf95486043e13169ba7896b2abeb52ba149c7a6;hpb=9da1c8b694f8e72a16f259614caaae50cbcdaf10;p=~andy%2Flinux diff --git a/net/tipc/addr.h b/net/tipc/addr.h index cdf95486043..e4bd5335e48 100644 --- a/net/tipc/addr.h +++ b/net/tipc/addr.h @@ -1,7 +1,7 @@ /* * net/tipc/addr.h: Include file for TIPC address utility routines - * - * Copyright (c) 2003-2006, Ericsson AB + * + * Copyright (c) 2000-2006, Ericsson AB * Copyright (c) 2004-2005, Wind River Systems * All rights reserved. * @@ -100,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. */ @@ -122,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