Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1019)

Unified Diff: gdb/windows-termcap.c

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gdb/windows-tdep.c ('k') | gdb/wrapper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/windows-termcap.c
diff --git a/gdb/windows-termcap.c b/gdb/windows-termcap.c
index a70b6e8416a09b24738580877000a60fe02b3385..7f946ea0a8b11ac53f9689b34f5dc58757f43066 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. */
« no previous file with comments | « gdb/windows-tdep.c ('k') | gdb/wrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698