Fixed the warning tag
This commit is contained in:
parent
e3dc858697
commit
e4e59b56a2
@ -119,8 +119,8 @@ void NeoComm_leave_channel(const char *channel_name);
|
|||||||
*
|
*
|
||||||
* @return A structure of the message. If NULL then there are no new messages.
|
* @return A structure of the message. If NULL then there are no new messages.
|
||||||
*
|
*
|
||||||
* @notice This command will remove the message from the internal list.
|
* @warning This command will remove the message from the internal list.
|
||||||
* @notice The message must be freed from memory using NeoComm_free_message.
|
* @warning The message must be freed from memory using NeoComm_free_message.
|
||||||
*/
|
*/
|
||||||
struct message *NeoComm_get_next_message(const char *channel_name);
|
struct message *NeoComm_get_next_message(const char *channel_name);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user