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_udpprint_udpprint.h.patch
2014-05-14 15:06:50 +02:00

43 lines
949 B
Diff

*** stock_iot-lab_M3/openwsn/07-App/udpprint/udpprint.h Thu Apr 24 11:01:37 2014
--- riot-openwsn-wip/openwsn/07-App/udpprint/udpprint.h Thu Apr 24 16:53:30 2014
***************
*** 2,8 ****
#define __UDPPRINT_H
/**
! \addtogroup App
\{
\addtogroup udpPrint
\{
--- 2,8 ----
#define __UDPPRINT_H
/**
! \addtogroup AppUdp
\{
\addtogroup udpPrint
\{
***************
*** 16,25 ****
//=========================== prototypes ======================================
! void udpprint_init();
! void udpprint_sendDone(OpenQueueEntry_t* msg, error_t error);
void udpprint_receive(OpenQueueEntry_t* msg);
! bool udpprint_debugPrint();
/**
\}
--- 16,25 ----
//=========================== prototypes ======================================
! void udpprint_init(void);
! void udpprint_sendDone(OpenQueueEntry_t* msg, owerror_t error);
void udpprint_receive(OpenQueueEntry_t* msg);
! bool udpprint_debugPrint(void);
/**
\}