X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fllib-ltict;h=ee463139a7c71504a8c4c9944942babd881336a1;hp=8371c18248765742053fbbad48d7529e6a390124;hb=c72b2c2c48ade76b5b4090b0f54b619a4fd483d9;hpb=cc387b11f421650091d84640e05825ea5161ac66;ds=inline diff --git a/ncurses/llib-ltict b/ncurses/llib-ltict index 8371c182..ee463139 100644 --- a/ncurses/llib-ltict +++ b/ncurses/llib-ltict @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2013 Free Software Foundation, Inc. * + * Copyright (c) 2013,2015 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 * @@ -27,15 +27,13 @@ ****************************************************************************/ /**************************************************************************** - * Author: Thomas E. Dickey 2013 * + * Author: Thomas E. Dickey 2013-on * ****************************************************************************/ /* LINTLIBRARY */ /* ./tinfo/alloc_entry.c */ #include -#include - #undef _nc_init_entry void _nc_init_entry( TERMTYPE *const tp) @@ -65,8 +63,6 @@ void _nc_merge_entry( /* ./tinfo/captoinfo.c */ -#include - #undef _nc_captoinfo char *_nc_captoinfo( const char *cap, @@ -188,18 +184,11 @@ int _nc_capcmp( const char *t) { return(*(int *)0); } -typedef struct { - const char *from; - const char *to; -} assoc; - /* ./tinfo/write_entry.c */ -#include - #undef _nc_set_writedir void _nc_set_writedir( - char *dir) + const char *dir) { /* void */ } #undef _nc_write_entry