linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / net / tipc / discover.c
index 9260138..53ba463 100644 (file)
@@ -110,10 +110,10 @@ void tipc_disc_link_event(u32 addr, char *name, int up)
  * @b_ptr: ptr to bearer issuing message
  */
 
-static struct sk_buff *tipc_disc_init_msg(u32 type,
-                                         u32 req_links,
-                                         u32 dest_domain,
-                                         struct bearer *b_ptr)
+struct sk_buff *tipc_disc_init_msg(u32 type,
+                                  u32 req_links,
+                                  u32 dest_domain,
+                                  struct bearer *b_ptr)
 {
        struct sk_buff *buf = buf_acquire(DSC_H_SIZE);
        struct tipc_msg *msg;