ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/x10.c
(Generate patch)

Comparing ray/src/rt/x10.c (file contents):
Revision 1.27 by greg, Mon Mar 5 09:14:15 1990 UTC vs.
Revision 1.28 by greg, Mon Mar 12 11:08:46 1990 UTC

# Line 61 | Line 61 | extern char  *malloc(), *getcombuf();
61  
62   extern char  *progname;
63  
64 < int  x_close(), x_clear(), x_paintr(), x_errout(),
64 > static int  x_close(), x_clear(), x_paintr(), x_errout(),
65                  x_getcur(), x_comout(), x_comin(), x_flush();
66  
67   static struct driver  x_driver = {
# Line 199 | Line 199 | static
199   x_comin(inp, prompt)            /* read in a command line */
200   char  *inp, *prompt;
201   {
202 <        int  x_getc(), x_comout();
202 >        extern int  x_getc();
203  
204          if (prompt != NULL)
205                  if (fromcombuf(inp, &x_driver))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines