2011-09-28 16:29:01 +02:00
|
|
|
/*
|
|
|
|
* destiny.h
|
|
|
|
*
|
|
|
|
* Created on: 03.09.2011
|
|
|
|
* Author: Oliver
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef DESTINY_H_
|
|
|
|
#define DESTINY_H_
|
|
|
|
|
|
|
|
void init_transport_layer(void);
|
|
|
|
|
2012-01-24 03:19:11 +01:00
|
|
|
int tcp_timer_pid;
|
|
|
|
|
2011-09-28 16:29:01 +02:00
|
|
|
#endif /* DESTINY_H_ */
|