summary refs log blame commit diff stats
path: root/src/common/ctcp.h
blob: 9acd80e3c19ad871fca17bb84e8f7ca84890f5b8 (plain) (tree)
1
2
3
4
5
6





                                                                                                                    
#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