X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=include%2Fncurses_mingw.h;h=8b11272de64de78cfae2ac653a8fccef4ef3d4d3;hp=5e89dc6424eb09ae3fc906a509363a0f62be3f50;hb=HEAD;hpb=5da4544722decdeb2bfd0c7c4581af0ea62148f9 diff --git a/include/ncurses_mingw.h b/include/ncurses_mingw.h index 5e89dc64..8b11272d 100644 --- a/include/ncurses_mingw.h +++ b/include/ncurses_mingw.h @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2017,2018 Free Software Foundation, Inc. * + * Copyright 2018-2020,2021 Thomas E. Dickey * + * Copyright 2008-2014,2017 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,10 +28,10 @@ ****************************************************************************/ /**************************************************************************** - * Author: Juergen Pfeifer, 2008-on * + * Author: Juergen Pfeifer, 2008-on * ****************************************************************************/ -/* $Id: ncurses_mingw.h,v 1.5 2018/06/24 00:07:35 tom Exp $ */ +/* $Id: ncurses_mingw.h,v 1.7 2021/06/17 21:26:02 tom Exp $ */ /* * This is a placeholder up to now and describes what needs to be implemented @@ -66,14 +67,14 @@ struct termios }; extern NCURSES_EXPORT(int) _nc_mingw_tcsetattr( - int fd, - int optional_actions, + int fd, + int optional_actions, const struct termios* arg); extern NCURSES_EXPORT(int) _nc_mingw_tcgetattr( - int fd, + int fd, struct termios* arg); extern NCURSES_EXPORT(int) _nc_mingw_tcflush( - int fd, + int fd, int queue); extern NCURSES_EXPORT(void) _nc_set_term_driver(void* term);