From a8409f4f1ac84c36273c1a1e341189662521bcfb Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Wed, 14 May 2008 12:22:49 +0200 Subject: environment: cleanup prototype declarations of env functions. Signed-off-by: Wolfgang Denk --- common/cmd_nvedit.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'common/cmd_nvedit.c') diff --git a/common/cmd_nvedit.c b/common/cmd_nvedit.c index cab727f76c..9c5d1fcb90 100644 --- a/common/cmd_nvedit.c +++ b/common/cmd_nvedit.c @@ -68,19 +68,6 @@ 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); - -/* Function that updates CRC of the enironment */ -extern void env_crc_update (void); - -/************************************************************************ -************************************************************************/ - /* * Table with supported baudrates (defined in config_xyz.h) */ -- cgit v1.2.3