]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - package/ncurses.map
ncurses 6.0 - patch 20170624
[ncurses.git] / package / ncurses.map
index 6965504e1f3a557b9c566430c088cf0794f19570..2d0426b854c141d18d8f6e2d80b33b0afbdabcb1 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: ncurses.map,v 1.39 2017/03/17 21:40:34 tom Exp $
+# $Id: ncurses.map,v 1.42 2017/04/12 00:09:21 tom Exp $
 # script for shared library symbol-versioning using ld
 #
 # This file was generated by ncu-mapsyms
@@ -835,6 +835,7 @@ NCURSES_TIC_5.9.20150530 {
 
 NCURSES_TIC_6.0.current {
        global:
+               _nc_read_entry2;
                _nc_write_object;
        local:
                _*;
@@ -1177,8 +1178,17 @@ NCURSES_TINFO_5.9.20150530 {
                use_tioctl;
                use_tioctl_sp;
        local:
-               _*;
                _nc_comp_error_leaks;
                _nc_db_iterator_leaks;
                _nc_setenv_num;
 } NCURSES_TINFO_5.8.20110226;
+
+NCURSES_TINFO_6.0.current {
+       global:
+               _nc_copy_termtype2;
+               _nc_export_termtype2;
+               _nc_fallback2;
+               _nc_free_termtype2;
+       local:
+               _*;
+} NCURSES_TINFO_5.9.20150530;