mirror of
https://github.com/weechat/weechat.git
synced 2026-06-30 23:06:38 +02:00
@@ -21,6 +21,8 @@
|
||||
#ifndef WEECHAT_CONFIG_FILE_H
|
||||
#define WEECHAT_CONFIG_FILE_H
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#define CONFIG_BOOLEAN(option) (*((int *)((option)->value)))
|
||||
#define CONFIG_BOOLEAN_DEFAULT(option) (*((int *)((option)->default_value)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user