summaryrefslogtreecommitdiff
path: root/src/plugins/fset/fset-option.h
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2024-03-25 21:00:42 +0100
committerSébastien Helleu <flashcode@flashtux.org>2024-03-25 21:00:42 +0100
commit26630ada2dc7ec9839f5bcf4d4b99ff0dcb6ca69 (patch)
tree02d583621f48887352fd8c4d6ae243accedd3e1e /src/plugins/fset/fset-option.h
parent8482e1463001dd28505c9b7ef68aefeccf916c80 (diff)
downloadweechat-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.h1
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,