mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 06:41:14 -03:00
Migrate some env initialization into env_dispatch
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
#include <memory>
|
||||
|
||||
/// Initialize variable dispatch.
|
||||
void env_dispatch_init();
|
||||
class environment_t;
|
||||
void env_dispatch_init(const environment_t &vars);
|
||||
|
||||
class env_stack_t;
|
||||
void env_dispatch_var_change(const wchar_t *op, const wcstring &key, env_stack_t &vars);
|
||||
|
||||
Reference in New Issue
Block a user