X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fllib-ltinfotw;h=0ce438d06b84f6dcc0e6245b179a7fdc80d2e52c;hp=31376b54854c1010e4c5af848dea44f5da8943e6;hb=7d6371e47006c8aef4ac94f52998a35b03bf89cf;hpb=5e1e572b71ae31a6071daa24e2460a68a6f1003c diff --git a/ncurses/llib-ltinfotw b/ncurses/llib-ltinfotw index 31376b54..0ce438d0 100644 --- a/ncurses/llib-ltinfotw +++ b/ncurses/llib-ltinfotw @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2012-2016,2017 Free Software Foundation, Inc. * + * Copyright (c) 2012-2017,2018 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -110,12 +110,6 @@ void _nc_export_termtype2( const TERMTYPE2 *src) { /* void */ } -#undef _nc_import_termtype2 -void _nc_import_termtype2( - TERMTYPE2 *dst, - const TERMTYPE *src) - { /* void */ } - /* ./codes.c */ #undef _nc_boolcodes @@ -833,6 +827,14 @@ int _nc_setupterm( int reuse) { return(*(int *)0); } +#undef _nc_find_prescr +SCREEN *_nc_find_prescr(void) + { return(*(SCREEN **)0); } + +#undef _nc_forget_prescr +void _nc_forget_prescr(void) + { /* void */ } + #undef new_prescr SCREEN *new_prescr(void) { return(*(SCREEN **)0); }