Consistent use of (C) after "Copyright".
[deliverable/binutils-gdb.git] / gdb / windows-termcap.c
index d130051914dc590cc6b83cd28a02c74a2f826cc8..6eac83aca9075ab1ac0cfec1550d12c551112a87 100644 (file)
@@ -1,7 +1,6 @@
 /* Win32 termcap emulation.
 
-   Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010
-   Free Software Foundation, Inc.
+   Copyright (C) 2005-2013 Free Software Foundation, Inc.
 
    Contributed by CodeSourcery, LLC.
 
 
 #include <stdlib.h>
 
+/* -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.  */
This page took 0.023641 seconds and 4 git commands to generate.