X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fllib-ltictw;h=dde89fdda7125e600192c1877519bd814afe2ca0;hp=82309815e81a2138b70a03c065f6a8d9df2bb991;hb=90d42867e1296bc79021006a92032c76e59068b6;hpb=6a530b46563470c2ca73579d1994a0c8e275dd98 diff --git a/ncurses/llib-ltictw b/ncurses/llib-ltictw index 82309815..dde89fdd 100644 --- a/ncurses/llib-ltictw +++ b/ncurses/llib-ltictw @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2012,2015 Free Software Foundation, Inc. * + * Copyright (c) 2012-2015,2016 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 * @@ -34,7 +34,6 @@ /* ./tinfo/alloc_entry.c */ #include -#include #undef _nc_init_entry void _nc_init_entry( @@ -65,8 +64,6 @@ void _nc_merge_entry( /* ./tinfo/captoinfo.c */ -#include - #undef _nc_captoinfo char *_nc_captoinfo( const char *cap, @@ -188,15 +185,8 @@ int _nc_capcmp( const char *t) { return(*(int *)0); } -typedef struct { - const char from[3]; - const char to[6]; -} assoc; - /* ./tinfo/write_entry.c */ -#include - #undef _nc_set_writedir void _nc_set_writedir( const char *dir) @@ -207,6 +197,14 @@ void _nc_write_entry( TERMTYPE *const tp) { /* void */ } +#undef _nc_write_object +int _nc_write_object( + TERMTYPE *tp, + char *buffer, + unsigned *offset, + unsigned limit) + { return(*(int *)0); } + #undef _nc_tic_written int _nc_tic_written(void) { return(*(int *)0); }