diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-02-21 07:06:01 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-03-16 20:42:18 +0100 |
commit | 66571a0b634ef28307f6d6ceef1ba29c091ca524 (patch) | |
tree | 08cc8a4eb2968952307dbfc394f51383f5dfc45e /src/plugins/php/weechat-php-api.h | |
parent | 7b8e5b36c0e894df40642b3ce993767844edc16b (diff) | |
download | weechat-66571a0b634ef28307f6d6ceef1ba29c091ca524.zip |
core: add configuration version, add API function config_set_version
Diffstat (limited to 'src/plugins/php/weechat-php-api.h')
-rw-r--r-- | src/plugins/php/weechat-php-api.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/php/weechat-php-api.h b/src/plugins/php/weechat-php-api.h index 4cb737553..8b1d9b1a4 100644 --- a/src/plugins/php/weechat-php-api.h +++ b/src/plugins/php/weechat-php-api.h @@ -85,6 +85,7 @@ PHP_FUNCTION(weechat_list_remove); PHP_FUNCTION(weechat_list_remove_all); PHP_FUNCTION(weechat_list_free); PHP_FUNCTION(weechat_config_new); +PHP_FUNCTION(weechat_config_set_version); PHP_FUNCTION(weechat_config_new_section); PHP_FUNCTION(weechat_config_search_section); PHP_FUNCTION(weechat_config_new_option); |