mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 00:22:17 +02:00
11 lines
167 B
C
11 lines
167 B
C
|
|
#ifndef __DCC_CHAT_H
|
||
|
|
#define __DCC_CHAT_H
|
||
|
|
|
||
|
|
#include "dcc.h"
|
||
|
|
|
||
|
|
DCC_REC *dcc_chat_find_id(const char *id);
|
||
|
|
|
||
|
|
void dcc_chat_init(void);
|
||
|
|
void dcc_chat_deinit(void);
|
||
|
|
|
||
|
|
#endif
|