From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15236 invoked by alias); 25 Jun 2002 18:53:35 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 15190 invoked from network); 25 Jun 2002 18:53:32 -0000 Received: from unknown (HELO localhost.redhat.com) (216.129.200.2) by sources.redhat.com with SMTP; 25 Jun 2002 18:53:32 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 9CE3F3CB9; Tue, 25 Jun 2002 14:53:32 -0400 (EDT) Message-ID: <3D18BC2C.8050007@cygnus.com> Date: Tue, 25 Jun 2002 11:53:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020613 X-Accept-Language: en-us, en MIME-Version: 1.0 To: tromey@redhat.com Cc: gdb-patches@sources.redhat.com Subject: Re: RFA: make add_setshow_cmd public References: <87wusndz3l.fsf@fleche.redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-06/txt/msg00514.txt.bz2 > This patch changes add_setshow_cmd to be public. > After this goes in I can change all the callers to add_set_cmd and > add_show_from_set. Then I will delete those functions. Can the public version return void? > +extern struct cmd_list_element *add_setshow_cmd (char *name, Andrew