1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 16:53:14 +02:00

tests: add tests on function irc_protocol_parse_time

This commit is contained in:
Sébastien Helleu
2019-01-13 14:47:35 +01:00
parent 6343924c16
commit 34a6fce134
4 changed files with 63 additions and 1 deletions
+1
View File
@@ -85,6 +85,7 @@ struct t_irc_protocol_msg
extern const char *irc_protocol_tags (const char *command, const char *tags,
const char *nick, const char *address);
extern time_t irc_protocol_parse_time (const char *time);
extern void irc_protocol_recv_command (struct t_irc_server *server,
const char *irc_message,
const char *msg_command,