Project

General

Profile

Revision 397

added error returns to some libwireless functions, handled in server.

View differences:

wl_token_ring.h
55 55
		void (*off_function) (void), 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