coreboot-kgpe-d16/payloads/libpayload/curses/PDCurses-3.4
Stefan Reinauer 0a527e7e5d libpayload: Fix prototype warnings in PDCurses
This fixes the following PDCurses warnings:

    CC         curses/pdcurses-backend/pdcsetsc.libcurses.o
curses/pdcurses-backend/pdcsetsc.c: In function 'PDC_curs_set':
curses/pdcurses-backend/pdcsetsc.c:17:9: warning: implicit declaration of function 'serial_cursor_enable' [-Wimplicit-function-declaration]
curses/pdcurses-backend/pdcsetsc.c:22:9: warning: implicit declaration of function 'video_console_cursor_enable' [-Wimplicit-function-declaration]
    CC         curses/pdcurses-backend/pdcutil.libcurses.o
curses/pdcurses-backend/pdcutil.c:30:6: warning: no previous prototype for 'curses_enable_serial' [-Wmissing-prototypes]
curses/pdcurses-backend/pdcutil.c:35:6: warning: no previous prototype for 'curses_enable_vga' [-Wmissing-prototypes]
curses/pdcurses-backend/pdcutil.c:40:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
curses/pdcurses-backend/pdcutil.c:45:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]

Change-Id: If0d4d475d3006f1a77f67ec46c6bdf4ee2906981
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/2908
Reviewed-by: Dave Frodin <dave.frodin@se-eng.com>
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
2013-03-26 19:37:33 +01:00
..
demos
doc
dos
os2
pdcurses libpayload: Fix const warnings in keyname() and termname() 2013-03-26 19:13:46 +01:00
sdl1
win32
x11
HISTORY
IMPLEMNT
Makefile.in
PDCurses.spec
README
aclocal.m4
config.h.in
configure.ac
curses.h libpayload: Fix prototype warnings in PDCurses 2013-03-26 19:37:33 +01:00
curspriv.h
exp-base.def
exp-wide.def
install-sh
libobjs.mif
makedist.mif
panel.h
term.h
version.mif
watcom.mif

README

Welcome to PDCurses!
====================

Public Domain Curses, aka PDCurses, is an implementation of X/Open 
curses for multiple platforms. The latest version can be found at:

   http://pdcurses.sourceforge.net/

For changes, see the HISTORY file.


Legal Stuff
-----------

The core package is in the public domain, but small portions of PDCurses 
are subject to copyright under various licenses.  Each directory 
contains a README file, with a section titled "Distribution Status" 
which describes the status of the files in that directory.

If you use PDCurses in an application, an acknowledgement would be 
appreciated, but is not mandatory. If you make corrections or 
enhancements to PDCurses, please forward them to the current maintainer 
for the benefit of other users.

This software is provided AS IS with NO WARRANTY whatsoever.


Ports
-----

PDCurses has been ported to DOS, OS/2, Win32, X11 and SDL. A directory 
containing the port-specific source files exists for each of these 
platforms. Build instructions are in the README file for each platform.


Distribution Status
-------------------

All files in this directory except configure, config.guess and 
config.sub are released to the Public Domain. config.guess and 
config.sub are under the GPL; configure is under a free license 
described within it.


Maintainer
----------

William McBrine <wmcbrine@users.sf.net>