mirror of
https://github.com/frank-w/u-boot.git
synced 2026-01-09 01:42:57 +08:00
Rename run_command2() to run_command()
This is a more sensible name, so rename it. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
committed by
Wolfgang Denk
parent
f47360a74e
commit
009dde1955
@@ -261,7 +261,7 @@ int print_buffer (ulong addr, void* data, uint width, uint count, uint linelen);
|
||||
/* common/main.c */
|
||||
void main_loop (void);
|
||||
int builtin_run_command(const char *cmd, int flag);
|
||||
int run_command2(const char *cmd, int flag);
|
||||
int run_command(const char *cmd, int flag);
|
||||
int readline (const char *const prompt);
|
||||
int readline_into_buffer(const char *const prompt, char *buffer,
|
||||
int timeout);
|
||||
|
||||
Reference in New Issue
Block a user