summary refs log tree commit diff stats
path: root/src/common/ctcp.h
blob: 296e6b1b3aeacdbadca78dae147fa8bfa05c8061 (plain) (blame)
1
2
3
4
5
6
#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