mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-14 05:15:05 -05:00
7 lines
168 B
C
7 lines
168 B
C
|
#ifndef XCHAT_CTCP_H
|
||
|
#define XCHAT_CTCP_H
|
||
|
|
||
|
void ctcp_handle (session *sess, char *to, char *nick, char *ip, char *msg, char *word[], char *word_eol[], int id);
|
||
|
|
||
|
#endif
|