mirror of
https://github.com/moparisthebest/hexchat
synced 2025-01-10 05:28:07 -05:00
7 lines
172 B
C
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
|