X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fllib-ltict;h=3a93b75c8b8c79fe6a18ac923702d667220828d3;hp=2e59b9f00eb0f4dbb7f545537bc44fcc1bc9937c;hb=HEAD;hpb=9f479192e3ca3413d235c66bf058f8cc63764898 diff --git a/ncurses/llib-ltict b/ncurses/llib-ltict index 2e59b9f0..db9090b9 100644 --- a/ncurses/llib-ltict +++ b/ncurses/llib-ltict @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright 2020,2021 Thomas E. Dickey * + * Copyright 2020-2021,2023 Thomas E. Dickey * * Copyright 2013-2016,2017 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * @@ -48,7 +48,7 @@ ENTRY *_nc_copy_entry( #undef _nc_save_str char *_nc_save_str( - const char *const string) + const char *string) { return(*(char **)0); } #undef _nc_wrap_entry @@ -92,7 +92,7 @@ char *_nc_tic_expand( #undef _nc_check_termtype2 void (*_nc_check_termtype2)( - TERMTYPE2 *p1, + TERMTYPE *p1, NCURSES_BOOL p2); #undef _nc_entry_match @@ -150,7 +150,7 @@ int _nc_get_token( #undef _nc_trans_string int _nc_trans_string( char *ptr, - char *last) + const char *const last) { return(*(int *)0); } #undef _nc_push_token @@ -187,12 +187,12 @@ void _nc_set_writedir( #undef _nc_write_entry void _nc_write_entry( - TERMTYPE2 *const tp) + TERMTYPE *const tp) { /* void */ } #undef _nc_write_object int _nc_write_object( - TERMTYPE2 *tp, + TERMTYPE *tp, char *buffer, unsigned *offset, unsigned limit)