1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/openwsn/patches/07-App_udprand_udprand.h.patch
2014-05-14 15:06:50 +02:00

51 lines
1.0 KiB
Diff

*** stock_iot-lab_M3/openwsn/07-App/udprand/udprand.h Thu Apr 24 11:01:37 2014
--- riot-openwsn-wip/openwsn/07-App/udprand/udprand.h Thu Apr 24 16:53:30 2014
***************
*** 2,10 ****
#define __UDPRAND_H
/**
! \addtogroup App
!
! \addtogroup udpRand
\{
*/
--- 2,10 ----
#define __UDPRAND_H
/**
! \addtogroup AppUdp
! \{
! \addtogroup UdpRand
\{
*/
***************
*** 16,27 ****
//=========================== prototypes ======================================
! void udprand_init();
! void udprand_trigger();
! void udprand_sendDone(OpenQueueEntry_t* msg, error_t error);
void udprand_receive(OpenQueueEntry_t* msg);
! bool udprand_debugPrint();
! void udprand_task();
/**
\}
--- 16,27 ----
//=========================== prototypes ======================================
! void udprand_init(void);
! void udprand_trigger(void);
! void udprand_sendDone(OpenQueueEntry_t* msg, owerror_t error);
void udprand_receive(OpenQueueEntry_t* msg);
! bool udprand_debugPrint(void);
! void udprand_task(void);
/**
\}