blob: fe5ac2caa94d40c441191059034db926a76c8406 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/*
* (c) BayCom GmbH, http://www.baycom.de, info@baycom.de
*
* See the COPYING file for copyright information and
* how to reach the author.
*
*/
DLL_SYMBOL tra_info_t *tra_get_list(void);
int handle_tra(tra_info_t *tra_info);
|