X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fllib-lncurses;h=6b479641090270a8b7d8895649c1a01b72352989;hp=e5464e209791bca0b9c0cd84f80ab8a219bb5bb2;hb=761e4f0825b330e970558e82a4bd638383914429;hpb=77afe78361875f531dc2bf8d73f2e781c8e76176 diff --git a/ncurses/llib-lncurses b/ncurses/llib-lncurses index e5464e20..6b479641 100644 --- a/ncurses/llib-lncurses +++ b/ncurses/llib-lncurses @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 1998-2009,2010 Free Software Foundation, Inc. * + * Copyright (c) 1998-2010,2011 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,7 +27,7 @@ ****************************************************************************/ /**************************************************************************** - * Author: Thomas E. Dickey 1996-2009,2010 * + * Author: Thomas E. Dickey 1996-2010,2011 * ****************************************************************************/ /* LINTLIBRARY */ @@ -1285,7 +1285,7 @@ int get_escdelay(void) #undef _nc_wgetch int _nc_wgetch( WINDOW *win, - unsigned long *result, + int *result, int use_meta) { return(*(int *)0); } @@ -2250,6 +2250,12 @@ char *_nc_tracemouse( MEVENT const *ep) { return(*(char **)0); } +#undef _nc_retrace_mmask_t +mmask_t _nc_retrace_mmask_t( + SCREEN *sp, + mmask_t code) + { return(*(mmask_t *)0); } + #undef _tracemouse char *_tracemouse( MEVENT const *ep) @@ -2512,8 +2518,6 @@ void _nc_vsscanf(void) /* ./base/lib_freeall.c */ -#include - #undef _nc_freeall void _nc_freeall(void) { /* void */ } @@ -2531,8 +2535,6 @@ void _nc_free_and_exit( /* ./expanded.c */ -#include - #undef _nc_toggle_attr_on void _nc_toggle_attr_on( attr_t *S, @@ -2707,9 +2709,6 @@ int wresize( /* ./tinfo/access.c */ -#include -#include - #undef _nc_rootname char *_nc_rootname( char *path) @@ -3370,6 +3369,17 @@ void use_env( NCURSES_BOOL f) { /* void */ } +#undef use_tioctl_sp +void use_tioctl_sp( + SCREEN *sp, + NCURSES_BOOL f) + { /* void */ } + +#undef use_tioctl +void use_tioctl( + NCURSES_BOOL f) + { /* void */ } + #undef _nc_get_screensize void _nc_get_screensize( SCREEN *sp, @@ -3382,6 +3392,12 @@ void _nc_update_screensize( SCREEN *sp) { /* void */ } +#undef _nc_setup_tinfo +int _nc_setup_tinfo( + const char *const tn, + TERMTYPE *const tp) + { return(*(int *)0); } + #undef _nc_tinfo_cmdch void _nc_tinfo_cmdch( TERMINAL *termp, @@ -3676,6 +3692,11 @@ NCURSES_BOOL _nc_retrace_bool( NCURSES_BOOL code) { return(*(NCURSES_BOOL *)0); } +#undef _nc_retrace_char +char _nc_retrace_char( + char code) + { return(*(char *)0); } + #undef _nc_retrace_int int _nc_retrace_int( int code) @@ -3729,6 +3750,11 @@ char *_traceattr( attr_t newmode) { return(*(char **)0); } +#undef _nc_retrace_int_attr_t +int _nc_retrace_int_attr_t( + attr_t code) + { return(*(int *)0); } + #undef _nc_retrace_attr_t attr_t _nc_retrace_attr_t( attr_t code)