[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 and 1.1.1.3

version 1.1, 2000/01/09 17:00:54 version 1.1.1.3, 2003/09/15 07:09:23
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 224  char tos_getch();
Line 224  char tos_getch();
   
 /* Prototypes from file "scanner.c" */  /* Prototypes from file "scanner.c" */
   
 int scanner __PROTO((char expression[]));  int scanner __PROTO((char **expression, int *line_lengthp));
   
   
 /* Prototypes from "stdfn.c" */  /* Prototypes from "stdfn.c" */
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));
Line 310  void int_error __PROTO((char str[], int t_num));
Line 311  void int_error __PROTO((char str[], int t_num));
 void int_warn __PROTO((char str[], int t_num));  void int_warn __PROTO((char str[], int t_num));
 void lower_case __PROTO((char *s));  void lower_case __PROTO((char *s));
 void squash_spaces __PROTO((char *s));  void squash_spaces __PROTO((char *s));
   char *gp_strdup __PROTO((char *s));
   
   
 /* Prototypes from file "util3d.c" */  /* Prototypes from file "util3d.c" */
Line 333  int clip_point __PROTO((unsigned int x, unsigned int y
Line 335  int clip_point __PROTO((unsigned int x, unsigned int y
 void clip_put_text __PROTO((unsigned int x, unsigned int y, char *str));  void clip_put_text __PROTO((unsigned int x, unsigned int y, char *str));
 void clip_put_text_just __PROTO((unsigned int x, unsigned int y, char *str, enum JUSTIFY just));  void clip_put_text_just __PROTO((unsigned int x, unsigned int y, char *str, enum JUSTIFY just));
   
 #include "alloc.h"  
   
   /* Prototypes from file "set.c" */
   
   double get_writeback_min __PROTO((int axis));
   double get_writeback_max __PROTO((int axis));
   void set_writeback_min __PROTO((int axis, double val));
   void set_writeback_max __PROTO((int axis, double val));
   
   
   #include "alloc.h"

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.1.3

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