Ansify function arguments in VTsw_noop.c

Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
This commit is contained in:
Alan Coopersmith 2009-08-03 23:14:50 -07:00
parent 736f2d6472
commit 0bf7eaf305

View File

@ -36,19 +36,19 @@
*/ */
Bool Bool
xf86VTSwitchPending() xf86VTSwitchPending(void)
{ {
return(FALSE); return(FALSE);
} }
Bool Bool
xf86VTSwitchAway() xf86VTSwitchAway(void)
{ {
return(FALSE); return(FALSE);
} }
Bool Bool
xf86VTSwitchTo() xf86VTSwitchTo(void)
{ {
return(TRUE); return(TRUE);
} }