summaryrefslogtreecommitdiff
path: root/ncurses/llib-lncurses
diff options
context:
space:
mode:
Diffstat (limited to 'ncurses/llib-lncurses')
-rw-r--r--ncurses/llib-lncurses26
1 files changed, 16 insertions, 10 deletions
diff --git a/ncurses/llib-lncurses b/ncurses/llib-lncurses
index 5069c22221a1..7c82913e758e 100644
--- a/ncurses/llib-lncurses
+++ b/ncurses/llib-lncurses
@@ -1,5 +1,5 @@
/****************************************************************************
- * Copyright 2019-2022,2023 Thomas E. Dickey *
+ * Copyright 2019-2024,2025 Thomas E. Dickey *
* Copyright 1998-2016,2017 Free Software Foundation, Inc. *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
@@ -1475,7 +1475,7 @@ int mouseinterval(
#undef _nc_has_mouse
NCURSES_BOOL _nc_has_mouse(
- SCREEN *sp)
+ const SCREEN *sp)
{ return(*(NCURSES_BOOL *)0); }
#undef has_mouse_sp
@@ -2032,7 +2032,7 @@ int _nc_setupscreen_sp(
int slines,
int scolumns,
FILE *output,
- int filtered,
+ NCURSES_BOOL filtered,
int slk_format)
{ return(*(int *)0); }
@@ -2041,7 +2041,7 @@ int _nc_setupscreen(
int slines,
int scolumns,
FILE *output,
- int filtered,
+ NCURSES_BOOL filtered,
int slk_format)
{ return(*(int *)0); }
@@ -2801,6 +2801,12 @@ NCURSES_BOOL _nc_is_file_path(
const char *path)
{ return(*(NCURSES_BOOL *)0); }
+#undef _nc_is_path_found
+NCURSES_BOOL _nc_is_path_found(
+ const char *path,
+ struct stat *sb)
+ { return(*(NCURSES_BOOL *)0); }
+
#undef _nc_env_access
int _nc_env_access(void)
{ return(*(int *)0); }
@@ -2994,7 +3000,7 @@ ENTRY *_nc_tail;
#undef _nc_free_entry
void _nc_free_entry(
ENTRY *headp,
- TERMTYPE *tterm)
+ const TERMTYPE *tterm)
{ /* void */ }
#undef _nc_free_entries
@@ -3339,7 +3345,7 @@ int _nc_putp_flush_sp(
#undef _nc_keypad
int _nc_keypad(
SCREEN *sp,
- int flag)
+ NCURSES_BOOL flag)
{ return(*(int *)0); }
/* ./tinfo/lib_raw.c */
@@ -3525,8 +3531,8 @@ char *_nc_get_locale(void)
{ return(*(char **)0); }
#undef _nc_unicode_locale
-int _nc_unicode_locale(void)
- { return(*(int *)0); }
+NCURSES_BOOL _nc_unicode_locale(void)
+ { return(*(NCURSES_BOOL *)0); }
#undef _nc_locale_breaks_acs
int _nc_locale_breaks_acs(
@@ -3848,7 +3854,7 @@ void _tracef(
#undef _nc_retrace_bool
NCURSES_BOOL _nc_retrace_bool(
- int code)
+ NCURSES_BOOL code)
{ return(*(NCURSES_BOOL *)0); }
#undef _nc_retrace_char
@@ -4054,7 +4060,7 @@ int resetty(void)
#undef _nc_timed_wait
int _nc_timed_wait(
- SCREEN *sp,
+ const SCREEN *sp,
int mode,
int milliseconds,
int *timeleft)