*** stock_iot-lab_M3/openwsn/07-App/tcpprint/tcpprint.h Thu Apr 24 11:01:37 2014 --- riot-openwsn-wip/openwsn/07-App/tcpprint/tcpprint.h Thu Apr 24 16:53:30 2014 *************** *** 2,8 **** #define __TCPPRINT_H /** ! \addtogroup App \{ \addtogroup tcpPrint \{ --- 2,8 ---- #define __TCPPRINT_H /** ! \addtogroup AppTcp \{ \addtogroup tcpPrint \{ *************** *** 16,27 **** //=========================== prototypes ====================================== ! void tcpprint_init(); ! bool tcpprint_shouldIlisten(); void tcpprint_receive(OpenQueueEntry_t* msg); ! void tcpprint_connectDone(error_t error); ! void tcpprint_sendDone(OpenQueueEntry_t* msg, error_t error); ! bool tcpprint_debugPrint(); /** \} --- 16,27 ---- //=========================== prototypes ====================================== ! void tcpprint_init(void); ! bool tcpprint_shouldIlisten(void); void tcpprint_receive(OpenQueueEntry_t* msg); ! void tcpprint_connectDone(owerror_t error); ! void tcpprint_sendDone(OpenQueueEntry_t* msg, owerror_t error); ! bool tcpprint_debugPrint(void); /** \}