Subject: Re: libcurses ABI change
To: Christos Zoulas <christos@zoulas.com>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: source-changes
Date: 06/26/2002 11:44:00
On Wed, Jun 26, 2002 at 06:40:21PM +0000, Christos Zoulas wrote:

 > I don't think so. __hash(x, y) is a private function and no portable code should
 > be using it [it is not advertised to be there, so a program needs to know it
 > exists in order to use it]. I would be more worried about the change in the
 > structure size 1024 -> 128 in the terminal name buffer, but again all this is
 > private curses space and does not affect the binaries.

Can we please make a curses_private.h that has all this stuff which is
private to the curses library, and get it out of the public header file??

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>