diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2024-03-25 21:00:42 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2024-03-25 21:00:42 +0100 |
commit | 26630ada2dc7ec9839f5bcf4d4b99ff0dcb6ca69 (patch) | |
tree | 02d583621f48887352fd8c4d6ae243accedd3e1e /src/plugins/fset/fset-option.h | |
parent | 8482e1463001dd28505c9b7ef68aefeccf916c80 (diff) | |
download | weechat-26630ada2dc7ec9839f5bcf4d4b99ff0dcb6ca69.zip |
fset: add option `-import` in command `/fset`
Diffstat (limited to 'src/plugins/fset/fset-option.h')
-rw-r--r-- | src/plugins/fset/fset-option.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/fset/fset-option.h b/src/plugins/fset/fset-option.h index 82be59c73..b8266274d 100644 --- a/src/plugins/fset/fset-option.h +++ b/src/plugins/fset/fset-option.h @@ -121,6 +121,7 @@ extern void fset_option_mark_options_matching_filter (const char *filter, int mark); extern void fset_option_unmark_all (); extern int fset_option_export (const char *filename, int with_help); +extern int fset_option_import (const char *filename); extern int fset_option_config_cb (const void *pointer, void *data, const char *option, |