Added a function for obtaining beacon intervals

This commit is contained in:
adamdunkels 2010-10-11 23:44:24 +00:00
parent ec716ea62d
commit 020da4e8ba
1 changed files with 3 additions and 1 deletions

View File

@ -47,7 +47,7 @@
* *
* This file is part of the Contiki operating system. * This file is part of the Contiki operating system.
* *
* $Id: broadcast-announcement.h,v 1.1 2010/03/19 13:15:19 adamdunkels Exp $ * $Id: broadcast-announcement.h,v 1.2 2010/10/11 23:44:24 adamdunkels Exp $
*/ */
/** /**
@ -65,6 +65,8 @@ void broadcast_announcement_init(uint16_t channel,
clock_time_t min_time, clock_time_t min_time,
clock_time_t max_time); clock_time_t max_time);
clock_time_t broadcast_announcement_beacon_interval(void);
#endif /* __BROADCAST_ANNOUNCEMENT_H__ */ #endif /* __BROADCAST_ANNOUNCEMENT_H__ */
/** @} */ /** @} */
/** @} */ /** @} */