diff --git a/libbrux/ChangeLog b/libbrux/ChangeLog index c0416748..b3059360 100644 --- a/libbrux/ChangeLog +++ b/libbrux/ChangeLog @@ -1,3 +1,11 @@ +2003-06-03 Marcel Telka + + * Makefile.am (libbrux_a_SOURCES): Renamed cmd/detectflash.c to cmd/cmd_detectflash.c. + * cmd/detectflash.c: Renamed this file ... + * cmd/cmd_detectflash.c: ... to this one. + + * cmd/help.c (cmds): Removed external variable declaration. + 2003-06-03 Marcel Telka * Makefile.am (libbrux_a_SOURCES): Added cmd/cmd.c, cmd/help.c, cmd/quit.c, and cmd/detectflash.c. diff --git a/libbrux/Makefile.am b/libbrux/Makefile.am index 5ce25859..dd0453d9 100644 --- a/libbrux/Makefile.am +++ b/libbrux/Makefile.am @@ -29,7 +29,7 @@ libbrux_a_SOURCES = \ cmd/cmd.c \ cmd/help.c \ cmd/quit.c \ - cmd/detectflash.c \ + cmd/cmd_detectflash.c \ flash/cfi.c \ flash/detectflash.c \ flash/amd.c \ diff --git a/libbrux/cmd/detectflash.c b/libbrux/cmd/cmd_detectflash.c similarity index 100% rename from libbrux/cmd/detectflash.c rename to libbrux/cmd/cmd_detectflash.c diff --git a/libbrux/cmd/help.c b/libbrux/cmd/help.c index 9842b45a..916d464d 100644 --- a/libbrux/cmd/help.c +++ b/libbrux/cmd/help.c @@ -29,8 +29,6 @@ #include -extern cmd_t *cmds[]; - static int cmd_help_run( char *params[] ) {