diff options
Diffstat (limited to 'include/environment.h')
| -rw-r--r-- | include/environment.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/include/environment.h b/include/environment.h index 90fb1302b..e8ab7033b 100644 --- a/include/environment.h +++ b/include/environment.h @@ -181,6 +181,9 @@ void env_crc_update(void);  /* [re]set to the default environment */  void set_default_env(const char *s); +/* [re]set individual variables to their value in the default environment */ +int set_default_vars(int nvars, char * const vars[]); +  /* Import from binary representation into hash table */  int env_import(const char *buf, int check); |