Project

General

Profile

Statistics
| Revision:

root / proj / src / project / include / chat.h @ 380

History | View | Annotate | Download (289 Bytes)

1
#ifndef CHAT_H_INCLUDED
2
#define CHAT_H_INCLUDED
3

    
4
/**
5
 * @defgroup    chat    chat
6
 * @ingroup proj
7
 * @brief   Chat module.
8
 *
9
 * @{
10
 */
11

    
12
/**
13
* @brief Chat.
14
* @return  SUCCESS if operation was successful, other value otherwise
15
*/
16
int (chat)(void);
17

    
18
/**
19
 * @}
20
 */
21

    
22
#endif //CHAT_H_INCLUDED