Project

General

Profile

Revision 738

Updated wireless library binaries and headers.

View differences:

wl_token_ring.h
47 47
 **/
48 48

  
49 49
/**@brief Register the token ring group with the wireless library.**/
50
void wl_token_ring_register(void);
50
int wl_token_ring_register(void);
51 51
/**@brief Unregister the token ring group with the wirelss library.**/
52 52
void wl_token_ring_unregister(void);
53 53
/**@brief Set the functions called to turn the bom on and off.**/
54
void wl_token_ring_set_bom_functions(void (*on_function) (void), 
55
		void (*off_function) (void), int (*max_bom_function) (void));
54
void wl_token_ring_set_bom_functions(void (*on_function) (void), void (*off_function) (void),
55
  int (*max_bom_function) (void));
56 56

  
57 57
/**@brief Join the token ring **/
58
void wl_token_ring_join(void);
58
int wl_token_ring_join(void);
59 59
/**@brief Leave the token ring **/
60 60
void wl_token_ring_leave(void);
61 61

  

Also available in: Unified diff