X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=progs%2Freset_cmd.h;h=19aee023c058754d4d02f4c8cdb458d05c5e3d4a;hb=1dd25cc0259e0683290fe889707b04979b5fda0a;hp=77f34a3bcc4a74354d3fa48d95b1d162a2dde7e9;hpb=96592d717179f99c8fe1c5a63fc4a26c24867288;p=ncurses.git diff --git a/progs/reset_cmd.h b/progs/reset_cmd.h index 77f34a3b..19aee023 100644 --- a/progs/reset_cmd.h +++ b/progs/reset_cmd.h @@ -31,7 +31,7 @@ ****************************************************************************/ /* - * $Id: reset_cmd.h,v 1.5 2016/08/06 20:09:34 tom Exp $ + * $Id: reset_cmd.h,v 1.6 2016/10/22 23:34:37 tom Exp $ * * Utility functions for resetting terminal. */ @@ -58,7 +58,7 @@ extern void set_conversions(TTY * /* tty_settings */); extern void update_tty_settings(TTY * /* old_settings */, TTY * /* new_settings */); #if HAVE_SIZECHANGE -extern void set_window_size(int /* fd */, int /* high */, int /* wide */); +extern void set_window_size(int /* fd */, short * /* high */, short * /* wide */); #endif extern const char *_nc_progname;