]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/llib-lncurses
ncurses 5.7 - patch 20090104
[ncurses.git] / ncurses / llib-lncurses
index 485014d96854b2b8be10a7f80c9eec673e3e248c..cc0e3667e68185045ebee82aae4bd1460dba3b5d 100644 (file)
@@ -1,5 +1,5 @@
 /****************************************************************************
- * Copyright (c) 1998-2006,2007 Free Software Foundation, Inc.              *
+ * Copyright (c) 1998-2007,2008 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            *
@@ -1128,7 +1128,7 @@ int       wgetscrreg(
 NCURSES_BOOL mouse_trafo(
                int     *a1, 
                int     *a2, 
-               NCURSES_BOOL    z)
+               NCURSES_BOOL z)
                { return(*(NCURSES_BOOL *)0); }
 
 /* ./base/lib_getch.c */
@@ -1701,9 +1701,6 @@ int       ripoffline(
 
 /* ./base/lib_slk.c */
 
-#undef _nc_slk_format
-int    _nc_slk_format;
-
 #undef _nc_slk_initialize
 int    _nc_slk_initialize(
                WINDOW  *stwin, 
@@ -2043,6 +2040,11 @@ void     _nc_vsscanf(void)
 void   _nc_freeall(void)
                { /* void */ }
 
+#undef _nc_free_and_exit
+void   _nc_free_and_exit(
+               int     code)
+               { /* void */ }
+
 /* ./expanded.c */
 
 #undef _nc_toggle_attr_on
@@ -2661,7 +2663,8 @@ int       _nc_unicode_locale(void)
                { return(*(int *)0); }
 
 #undef _nc_locale_breaks_acs
-int    _nc_locale_breaks_acs(void)
+int    _nc_locale_breaks_acs(
+               TERMINAL *termp)
                { return(*(int *)0); }
 
 #undef _nc_setupterm
@@ -2773,6 +2776,11 @@ NCURSES_OSPEED   ospeed;
 #undef _nc_nulls_sent
 int    _nc_nulls_sent;
 
+#undef _nc_set_no_padding
+void   _nc_set_no_padding(
+               SCREEN  *sp)
+               { /* void */ }
+
 #undef delay_output
 int    delay_output(
                int     ms)