X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=progs%2Fclear_cmd.h;h=b1de81456149644b7aca501cbd1f6953637ae391;hp=28b7e7f7e5b1417004575dfad2e6b7c4a2c0a280;hb=f3ec084eb66ba14feb6357b674fb85dd474933d8;hpb=f06e14af5e11df95d6542964bf1b349d2843bb11 diff --git a/progs/clear_cmd.h b/progs/clear_cmd.h index 28b7e7f7..b1de8145 100644 --- a/progs/clear_cmd.h +++ b/progs/clear_cmd.h @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 2016 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 2016,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 * @@ -31,7 +32,7 @@ ****************************************************************************/ /* - * $Id: clear_cmd.h,v 1.1 2016/10/21 23:29:04 tom Exp $ + * $Id: clear_cmd.h,v 1.3 2020/02/02 23:34:34 tom Exp $ * * Utility functions for clearing terminal. */ @@ -39,6 +40,6 @@ #define CLEAR_CMD_H 1 #include -extern int clear_cmd(void); +extern int clear_cmd(bool); #endif /* CLEAR_CMD_H */