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

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

version 1.1.1.1, 2000/01/09 17:00:54 version 1.1.1.2, 2000/01/22 14:15:55
Line 209  void plot3drequest __PROTO((void));
Line 209  void plot3drequest __PROTO((void));
   
 /* Prototypes from file "readline.c" */  /* Prototypes from file "readline.c" */
   
 #ifndef GNU_READLINE  #ifndef HAVE_LIBREADLINE
 char *readline __PROTO((char *prompt));  char *readline __PROTO((char *prompt));
 void add_history __PROTO((char *line));  void add_history __PROTO((char *line));
 #else  #else
 extern char *readline();  extern char *readline();
 extern void add_history();  extern void add_history();
 #endif /* GNU_READLINE */  #endif /* HAVE_LIBREADLINE */
   
 #if defined(ATARI) || defined(MTOS)  #if defined(ATARI) || defined(MTOS)
 char tos_getch();  char tos_getch();
Line 248  void term_reset __PROTO((void));
Line 248  void term_reset __PROTO((void));
 void term_apply_lp_properties __PROTO((struct lp_style_type *lp));  void term_apply_lp_properties __PROTO((struct lp_style_type *lp));
 void term_check_multiplot_okay __PROTO((TBOOLEAN));  void term_check_multiplot_okay __PROTO((TBOOLEAN));
   
   GP_INLINE int term_count __PROTO((void));
 void list_terms __PROTO((void));  void list_terms __PROTO((void));
 struct termentry *set_term __PROTO((int));  struct termentry *set_term __PROTO((int));
 struct termentry *change_term __PROTO((char *name, int length));  struct termentry *change_term __PROTO((char *name, int length));

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

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