mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 03:40:16 +02:00
added
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@746 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
35248a1225
commit
3977308cda
1 changed files with 13 additions and 0 deletions
13
src/irc/core/channel-rejoin.h
Normal file
13
src/irc/core/channel-rejoin.h
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#ifndef __CHANNEL_REJOIN_H
|
||||
#define __CHANNEL_REJOIN_H
|
||||
|
||||
typedef struct {
|
||||
char *channel;
|
||||
char *key;
|
||||
int joining:1;
|
||||
} REJOIN_REC;
|
||||
|
||||
void channel_rejoin_init(void);
|
||||
void channel_rejoin_deinit(void);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue