1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-09 19:23:13 +02:00

fset: add option -import in command /fset

This commit is contained in:
Sébastien Helleu
2024-03-25 21:00:42 +01:00
parent 8482e14630
commit 26630ada2d
18 changed files with 204 additions and 30 deletions
+1
View File
@@ -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,