root / proj / project / include / chat.h @ 358
History | View | Annotate | Download (289 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 | 358 | up20180642 | /**
|
13 | * @brief Chat.
|
||
14 | * @return SUCCESS if operation was successful, other value otherwise
|
||
15 | */
|
||
16 | 347 | up20180642 | int (chat)(void); |
17 | |||
18 | 357 | up20180642 | /**
|
19 | * @}
|
||
20 | */
|
||
21 | |||
22 | 347 | up20180642 | #endif //CHAT_H_INCLUDED |