Change scope of propagate_event for use in io_mac.m

-propagate_event was static in events.c
-io_mac.m uses propagate_event when receiving data before finishing the handshake
This commit is contained in:
Juan Sebastian Casallas
2011-11-21 00:04:15 +01:00
parent 257b94659d
commit d9e72fe730
2 changed files with 3 additions and 2 deletions

View File

@@ -54,6 +54,8 @@ void wiiuse_pressed_buttons(struct wiimote_t* wm, byte* msg);
void handshake_expansion(struct wiimote_t* wm, byte* data, uint16_t len);
void disable_expansion(struct wiimote_t* wm);
void propagate_event(struct wiimote_t* wm, byte event, byte* msg);
/** @} */
#endif /* EVENTS_H_INCLUDED */