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 dcb7c5a38..481ea733d 100644 --- a/include/environment.h +++ b/include/environment.h @@ -117,4 +117,7 @@ unsigned char env_get_char_memory (int index);  /* Function that updates CRC of the enironment */  void env_crc_update (void); +/* [re]set to the default environment */ +void set_default_env(void); +  #endif	/* _ENVIRONMENT_H_ */ |