aboutsummaryrefslogtreecommitdiffstats
path: root/src/tparam.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tparam.h')
-rw-r--r--src/tparam.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tparam.h b/src/tparam.h
index 3cd3e6053cc..dc4cdfaa28c 100644
--- a/src/tparam.h
+++ b/src/tparam.h
@@ -29,3 +29,7 @@ char *tgetstr (const char *, char **);
29char *tgoto (const char *, int, int); 29char *tgoto (const char *, int, int);
30 30
31char *tparam (const char *, char *, int, int, int, int, int); 31char *tparam (const char *, char *, int, int, int, int, int);
32
33extern char PC;
34extern char *BC;
35extern char *UP;