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

version 1.1.1.2, 2000/01/22 14:15:55 version 1.1.1.3, 2003/09/15 07:09:23
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 311  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 334  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.1.2  
changed lines
  Added in v.1.1.1.3

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