diff options
Diffstat (limited to 'common/cmd_nvedit.c')
| -rw-r--r-- | common/cmd_nvedit.c | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/common/cmd_nvedit.c b/common/cmd_nvedit.c index dc05f68bf..cab727f76 100644 --- a/common/cmd_nvedit.c +++ b/common/cmd_nvedit.c @@ -68,6 +68,9 @@ DECLARE_GLOBAL_DATA_PTR;  /************************************************************************  ************************************************************************/ +/* Function that returns a character from the environment */ +extern uchar (*env_get_char)(int); +  /* Function that returns a pointer to a value from the environment */  /* (Only memory version supported / needed). */  extern uchar *env_get_addr(int); |