config: C API ghostty_config_clone

This commit is contained in:
Mitchell Hashimoto
2024-11-20 15:28:10 -08:00
parent 3afb9065f0
commit 037d4364e5
2 changed files with 18 additions and 0 deletions

View File

@@ -646,6 +646,7 @@ ghostty_info_s ghostty_info(void);
ghostty_config_t ghostty_config_new();
void ghostty_config_free(ghostty_config_t);
ghostty_config_t ghostty_config_clone(ghostty_config_t);
void ghostty_config_load_cli_args(ghostty_config_t);
void ghostty_config_load_default_files(ghostty_config_t);
void ghostty_config_load_recursive_files(ghostty_config_t);