X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Frailroad.c;h=160823d43cfc8e653efe12faeda7cc79350e9dba;hp=ad89fa007ceb2c3291f15d343dc1820c2bf66171;hb=4ae6d1c18d0dec956b814865893812655ec3a22c;hpb=b779f5fb4516b3e6d1bc8880ea68923efb761e1d diff --git a/test/railroad.c b/test/railroad.c index ad89fa00..160823d4 100644 --- a/test/railroad.c +++ b/test/railroad.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2000-2006,2007 Free Software Foundation, Inc. * + * Copyright (c) 2000-2007,2008 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 * @@ -29,7 +29,7 @@ /* * Author: Thomas E. Dickey - 2000 * - * $Id: railroad.c,v 1.15 2007/02/03 18:51:23 tom Exp $ + * $Id: railroad.c,v 1.16 2008/02/09 18:08:43 tom Exp $ * * A simple demo of the termcap interface. */ @@ -56,7 +56,7 @@ static char *backup; static bool interrupted = FALSE; static int -outc(int c) +outc(TPUTS_ARG c) { if (interrupted) { char tmp = c;