aboutsummaryrefslogtreecommitdiff
path: root/gdb/windows-termcap.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/windows-termcap.c')
-rw-r--r--gdb/windows-termcap.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/windows-termcap.c b/gdb/windows-termcap.c
index a70b6e8..7f946ea 100644
--- a/gdb/windows-termcap.c
+++ b/gdb/windows-termcap.c
@@ -21,6 +21,14 @@
#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. */