From 26630ada2dc7ec9839f5bcf4d4b99ff0dcb6ca69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 25 Mar 2024 21:00:42 +0100 Subject: fset: add option `-import` in command `/fset` --- src/plugins/fset/fset-option.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/fset/fset-option.h') 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, -- cgit v1.2.3