hexchat/src/common/ctcp.h

7 lines
172 B
C
Raw Normal View History

#ifndef HEXCHAT_CTCP_H
#define HEXCHAT_CTCP_H
2011-02-23 22:14:30 -05:00
void ctcp_handle (session *sess, char *to, char *nick, char *ip, char *msg, char *word[], char *word_eol[], int id);
#endif