X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fwindows-termcap.c;h=6eac83aca9075ab1ac0cfec1550d12c551112a87;hb=5bf480a5cb916990831390cd06149459fad67627;hp=034c3ea8353f5823d5b4bbcc9f94319738cdf1df;hpb=7b6bb8daaceb9ecf3f42dea57ae82733d6a3b2f6;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/windows-termcap.c b/gdb/windows-termcap.c index 034c3ea835..6eac83aca9 100644 --- a/gdb/windows-termcap.c +++ b/gdb/windows-termcap.c @@ -1,7 +1,6 @@ /* Win32 termcap emulation. - Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by CodeSourcery, LLC. @@ -22,6 +21,14 @@ #include +/* -Wmissing-prototypes */ +extern int tgetent (char *buffer, char *termtype); +extern int tgetnum (char *name); +extern int tgetflag (char *name); +extern char* tgetstr (char *name, char **area); +extern int tputs (char *string, int nlines, int (*outfun) ()); +extern char *tgoto (const char *cap, int col, int row); + /* Each of the files below is a minimal implementation of the standard termcap function with the same name, suitable for use in a Windows console window. */