]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/llib-lncurses
ncurses 5.7 - patch 20081206
[ncurses.git] / ncurses / llib-lncurses
index e1b439db5aa9dd77f6ed1198b36b9991f7070342..cc0e3667e68185045ebee82aae4bd1460dba3b5d 100644 (file)
@@ -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
@@ -2774,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)