=================================================================== RCS file: /home/cvs/OpenXM_contrib/gnuplot/Attic/protos.h,v retrieving revision 1.1.1.2 retrieving revision 1.1.1.3 diff -u -p -r1.1.1.2 -r1.1.1.3 --- OpenXM_contrib/gnuplot/Attic/protos.h 2000/01/22 14:15:55 1.1.1.2 +++ OpenXM_contrib/gnuplot/Attic/protos.h 2003/09/15 07:09:23 1.1.1.3 @@ -1,5 +1,5 @@ /* - * $Id: protos.h,v 1.1.1.2 2000/01/22 14:15:55 maekawa Exp $ + * $Id: protos.h,v 1.1.1.3 2003/09/15 07:09:23 ohara Exp $ * */ @@ -224,7 +224,7 @@ char tos_getch(); /* Prototypes from file "scanner.c" */ -int scanner __PROTO((char expression[])); +int scanner __PROTO((char **expression, int *line_lengthp)); /* Prototypes from "stdfn.c" */ @@ -311,6 +311,7 @@ void int_error __PROTO((char str[], int t_num)); void int_warn __PROTO((char str[], int t_num)); void lower_case __PROTO((char *s)); void squash_spaces __PROTO((char *s)); +char *gp_strdup __PROTO((char *s)); /* Prototypes from file "util3d.c" */ @@ -334,5 +335,13 @@ 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_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"