X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fllib-ltict;h=079ef28e503891358034e4e3c1df962cb6da6f54;hp=e7d175c635de19cd26613511e8b4e41f5fe89f53;hb=048a1c1a65c6d98d92fca97f8d175d10d21091d0;hpb=6a530b46563470c2ca73579d1994a0c8e275dd98 diff --git a/ncurses/llib-ltict b/ncurses/llib-ltict index e7d175c6..079ef28e 100644 --- a/ncurses/llib-ltict +++ b/ncurses/llib-ltict @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2013,2015 Free Software Foundation, Inc. * + * Copyright (c) 2013-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); }