1# /* @(#)libxtermcap-mapvers        1.2 20/11/23 Copyright 2005-2020 J. Schilling */
2
3SCHILY_1.1 {
4global:
5	tcgetbuf;	# allocated buf is retained
6	tgetent;	# buffer contains path of failed open()
7} SCHILY_1.0;
8
9
10SCHILY_1.0 {
11global:
12	BC;
13	ospeed;
14	PC;
15#if 0
16	tcgetbuf;
17#endif
18	tcsetflags;
19	tdecode;
20#if 0
21	tgetent;
22#endif
23	tgetflag;
24	tgetnum;
25	tgetstr;
26	tgoto;
27	tputs;
28	UP;
29
30local:
31	*;
32};
33