Project

General

Profile

Statistics
| Revision:

root / proj / project / include / chat.h @ 357

History | View | Annotate | Download (197 Bytes)

1 347 up20180642
#ifndef CHAT_H_INCLUDED
2
#define CHAT_H_INCLUDED
3
4 357 up20180642
/**
5
 * @defgroup    chat    chat
6
 * @ingroup proj
7
 * @brief   Chat module.
8
 *
9
 * @{
10
 */
11
12 347 up20180642
int (chat)(void);
13
14 357 up20180642
/**
15
 * @}
16
 */
17
18 347 up20180642
#endif //CHAT_H_INCLUDED