]> code.delx.au - gnu-emacs/blobdiff - src/tparam.h
TODO update
[gnu-emacs] / src / tparam.h
index 3cd3e6053cce55f3da540ee7f77cc735ad83a4c9..94f226d7d6ad87354f37b641de30decc1165afe1 100644 (file)
@@ -1,6 +1,6 @@
 /* Interface definitions for termcap entries.
 
-Copyright (C) 2011  Free Software Foundation, Inc.
+Copyright (C) 2011-2013 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -29,3 +29,7 @@ char *tgetstr (const char *, char **);
 char *tgoto (const char *, int, int);
 
 char *tparam (const char *, char *, int, int, int, int, int);
+
+extern char PC;
+extern char *BC;
+extern char *UP;