From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii To: glen mccready Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] gdb/command.c, gdb/command.h: "help all" Date: Wed, 05 Sep 2001 03:26:00 -0000 Message-id: References: <8bg9c0$3rt$1@cronkite.cygnus.com> X-SW-Source: 2001-09/msg00035.html On 24 Mar 2000, glen mccready wrote: > >Fri Mar 24 12:10:38 2000 glen mccready > > > > * commands.c (help_all): Add functionality to display a complete > > listing of available commands. > > Fri Mar 24 12:10:38 2000 glen mccready > > * command.c, command.h (help_all): Add functionality to display > a complete listing of available commands. I don't understand what problem did you try to solve by this change. What did you add to command.h? a prototype? a #define? Then all you need to say is this: * command.h (help_all): Add a prototype.