]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/tipc/name_distr.h
hwmon: (lm85) Don't write back cached values
[linux-2.6-omap-h63xx.git] / net / tipc / name_distr.h
index 41c1b1c065d41279883d24e72561d49a1b12a6c8..1e41bdd4f2553a13a8a8f6ebeb75604ab9997fdb 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * net/tipc/name_distr.h: Include file for TIPC name distribution code
- * 
- * Copyright (c) 2003-2006, Ericsson AB
+ *
+ * Copyright (c) 2000-2006, Ericsson AB
  * Copyright (c) 2005, Wind River Systems
  * All rights reserved.
  *
 
 #include "name_table.h"
 
-void named_publish(struct publication *publ);
-void named_withdraw(struct publication *publ);
-void named_node_up(unsigned long node);
-void named_recv(struct sk_buff *buf);
-void named_reinit(void);
+void tipc_named_publish(struct publication *publ);
+void tipc_named_withdraw(struct publication *publ);
+void tipc_named_node_up(unsigned long node);
+void tipc_named_recv(struct sk_buff *buf);
+void tipc_named_reinit(void);
 
 #endif