1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-08-13 16:53:48 -04: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