[BACK]Return to driver.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gnuplot / term

Diff for /OpenXM_contrib/gnuplot/term/Attic/driver.h between version 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2000/01/09 17:01:13 version 1.1.1.2, 2000/01/22 14:16:21
Line 42 
Line 42 
 #define fputc putc  #define fputc putc
 #endif  #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 do_point __PROTO((unsigned int x, unsigned int y, int number));
 void line_and_point __PROTO((unsigned int x, unsigned int y, int number));  void line_and_point __PROTO((unsigned int x, unsigned int y, int number));

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>