1
0
mirror of https://github.com/moparisthebest/hexchat synced 2025-01-10 05:28:07 -05:00
hexchat/src/common/ctcp.h
2012-10-25 01:33:23 +02:00

7 lines
172 B
C

#ifndef HEXCHAT_CTCP_H
#define HEXCHAT_CTCP_H
void ctcp_handle (session *sess, char *to, char *nick, char *ip, char *msg, char *word[], char *word_eol[], int id);
#endif