mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 08:32:07 +02:00
more changes from int xx:1 to unsigned int xx:1
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@861 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
972c06ba17
commit
1fd6f8faf6
10 changed files with 40 additions and 40 deletions
|
|
@ -4,7 +4,7 @@
|
|||
typedef struct {
|
||||
char *channel;
|
||||
char *key;
|
||||
int joining:1;
|
||||
unsigned int joining:1;
|
||||
} REJOIN_REC;
|
||||
|
||||
void channel_rejoin_init(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue