mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
Add SETTING_TYPE_ANY and replace -1 with it.
This commit is contained in:
parent
48375c3f90
commit
685d8fe5b0
4 changed files with 24 additions and 24 deletions
|
|
@ -7,7 +7,8 @@ typedef enum {
|
|||
SETTING_TYPE_BOOLEAN,
|
||||
SETTING_TYPE_TIME,
|
||||
SETTING_TYPE_LEVEL,
|
||||
SETTING_TYPE_SIZE
|
||||
SETTING_TYPE_SIZE,
|
||||
SETTING_TYPE_ANY
|
||||
} SettingType;
|
||||
|
||||
typedef struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue