From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3918 invoked by alias); 8 Mar 2003 19:37:20 -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 2402 invoked from network); 8 Mar 2003 19:33:37 -0000 Received: from unknown (HELO localhost.redhat.com) (24.157.166.107) by 172.16.49.205 with SMTP; 8 Mar 2003 19:33:37 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 0D67E2A9C; Sat, 8 Mar 2003 14:33:17 -0500 (EST) Message-ID: <3E6A457C.9020308@redhat.com> Date: Sat, 08 Mar 2003 19:37:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [patch rfc] use typedef opaque type implementations References: <3E623567.3060508@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-03/txt/msg00194.txt.bz2 > Index: ChangeLog > 2003-03-02 Andrew Cagney > > * cli-out.c: Update copyright. > (cli_out_data): Define typedef. Use instead of ui_out_data. > > Index: mi/ChangeLog > 2003-03-02 Andrew Cagney > > * mi-out.c: Update copyright. > (mi_out_data): Define typedef. Use instead of ui_out_data. > > Index: tui/ChangeLog > 2003-03-02 Andrew Cagney > > * tui-out.c: Update copyright. > (tui_out_data): Define typedef. Use instead of ui_out_data. > I checked this in. Andrew