X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/b024a9466a0e238e053d0464f4a4f9b19d04648b..b27d230fc41cb345855438f18c72dcb74ad488fe:/src/tparam.h diff --git a/src/tparam.h b/src/tparam.h index 3cd3e6053c..94f226d7d6 100644 --- a/src/tparam.h +++ b/src/tparam.h @@ -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;