X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fllib-ltict;h=079ef28e503891358034e4e3c1df962cb6da6f54;hp=ee463139a7c71504a8c4c9944942babd881336a1;hb=048a1c1a65c6d98d92fca97f8d175d10d21091d0;hpb=4060536b87c0e484b2c0633978766a109bc763f0 diff --git a/ncurses/llib-ltict b/ncurses/llib-ltict index ee463139..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,6 +34,7 @@ /* ./tinfo/alloc_entry.c */ #include + #undef _nc_init_entry void _nc_init_entry( TERMTYPE *const tp) @@ -196,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); }