mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-27 16:51:15 -03:00
Renamed env_vars to env_vars_snapshot_t
Cleanup of non-wcstring version of path_get_path
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#include "event.h"
|
||||
|
||||
class parser_t;
|
||||
class env_vars;
|
||||
class env_vars_snapshot_t;
|
||||
|
||||
/**
|
||||
Structure describing a function. This is used by the parser to
|
||||
@@ -124,7 +124,7 @@ int function_exists( const wcstring &name );
|
||||
/**
|
||||
Returns true if the function with the name name exists, without triggering autoload.
|
||||
*/
|
||||
int function_exists_no_autoload( const wcstring &name, const env_vars &vars );
|
||||
int function_exists_no_autoload( const wcstring &name, const env_vars_snapshot_t &vars );
|
||||
|
||||
/**
|
||||
Returns all function names.
|
||||
|
||||
Reference in New Issue
Block a user