=================================================================== RCS file: /home/cvs/OpenXM_contrib/gnuplot/Attic/protos.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/Attic/protos.h 2000/01/09 17:00:54 1.1.1.1 +++ OpenXM_contrib/gnuplot/Attic/protos.h 2000/01/22 14:15:55 1.1.1.2 @@ -1,5 +1,5 @@ /* - * $Id: protos.h,v 1.1.1.1 2000/01/09 17:00:54 maekawa Exp $ + * $Id: protos.h,v 1.1.1.2 2000/01/22 14:15:55 maekawa Exp $ * */ @@ -209,13 +209,13 @@ void plot3drequest __PROTO((void)); /* Prototypes from file "readline.c" */ -#ifndef GNU_READLINE +#ifndef HAVE_LIBREADLINE char *readline __PROTO((char *prompt)); void add_history __PROTO((char *line)); #else extern char *readline(); extern void add_history(); -#endif /* GNU_READLINE */ +#endif /* HAVE_LIBREADLINE */ #if defined(ATARI) || defined(MTOS) char tos_getch(); @@ -248,6 +248,7 @@ void term_reset __PROTO((void)); void term_apply_lp_properties __PROTO((struct lp_style_type *lp)); void term_check_multiplot_okay __PROTO((TBOOLEAN)); +GP_INLINE int term_count __PROTO((void)); void list_terms __PROTO((void)); struct termentry *set_term __PROTO((int)); struct termentry *change_term __PROTO((char *name, int length));