mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05: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
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…
Reference in New Issue
Block a user