mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 15:42:26 +02:00
cleanup
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3138 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
d4d2e91f81
commit
b5dd35aad5
2 changed files with 14 additions and 13 deletions
|
|
@ -10,7 +10,7 @@ typedef enum {
|
|||
SETTING_TYPE_SIZE
|
||||
} SettingType;
|
||||
|
||||
typedef union {
|
||||
typedef struct {
|
||||
char *v_string;
|
||||
int v_int;
|
||||
unsigned int v_bool:1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue