mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@171 dbcabf3a-b0e7-0310-adc4-f8d773084564
10 lines
189 B
C
10 lines
189 B
C
#ifndef __CTCP_H
|
|
#define __CTCP_H
|
|
|
|
void ctcp_init(void);
|
|
void ctcp_deinit(void);
|
|
|
|
/* Send CTCP reply with flood protection */
|
|
void ctcp_send_reply(SERVER_REC *server, gchar *data);
|
|
|
|
#endif
|