2011-09-28 16:29:01 +02:00
|
|
|
/*
|
|
|
|
* destiny.h
|
|
|
|
*
|
|
|
|
* Created on: 03.09.2011
|
|
|
|
* Author: Oliver
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef DESTINY_H_
|
|
|
|
#define DESTINY_H_
|
|
|
|
|
2012-02-07 04:39:28 +01:00
|
|
|
//#define TCP_HC
|
2012-02-07 04:24:00 +01:00
|
|
|
|
2011-09-28 16:29:01 +02:00
|
|
|
void init_transport_layer(void);
|
|
|
|
|
|
|
|
#endif /* DESTINY_H_ */
|