=================================================================== RCS file: /home/cvs/OpenXM_contrib/gnuplot/term/Attic/driver.h,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.2 diff -u -p -r1.1.1.1 -r1.1.1.2 --- OpenXM_contrib/gnuplot/term/Attic/driver.h 2000/01/09 17:01:13 1.1.1.1 +++ OpenXM_contrib/gnuplot/term/Attic/driver.h 2000/01/22 14:16:21 1.1.1.2 @@ -1,6 +1,6 @@ -/* $Id: driver.h,v 1.1.1.1 2000/01/09 17:01:13 maekawa Exp $ */ +/* $Id: driver.h,v 1.1.1.2 2000/01/22 14:16:21 maekawa Exp $ */ -/* GNUPLOT - driver.h $Id: driver.h,v 1.1.1.1 2000/01/09 17:01:13 maekawa Exp $ */ +/* GNUPLOT - driver.h $Id: driver.h,v 1.1.1.2 2000/01/22 14:16:21 maekawa Exp $ */ /*[ * Copyright 1986 - 1993, 1998 Thomas Williams, Colin Kelley @@ -42,7 +42,7 @@ #define fputc putc #endif -/* functions provided by in term.c */ +/* functions provided by term.c */ void do_point __PROTO((unsigned int x, unsigned int y, int number)); void line_and_point __PROTO((unsigned int x, unsigned int y, int number));