ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/meta/tgraph.h
(Generate patch)

Comparing ray/src/meta/tgraph.h (file contents):
Revision 1.3 by schorsch, Mon Jul 14 22:24:00 2003 UTC vs.
Revision 1.4 by schorsch, Sat Nov 15 02:13:37 2003 UTC

# Line 72 | Line 72 | extern short  polar;                   /* flag for polar coordiates */
72  
73   extern int    ncurves;                  /* number of curves in file */
74  
75 < extern char  *snagquo(), *instr();
76 <
75 > extern char *instr(char  *s, char  *t);
76 > extern char *snagquo(register char  *s);
77 > extern void normalize(FILE  *fp, FILE *fout);
78 > extern void initialize(void);
79 > extern void option(char *s);
80 > extern int istitle(char *s);
81 > extern int isdata(char *s);
82 > extern int islabel(char *s);
83 > extern int isdivlab(char *s);
84 > extern int isxlabel(char *s);
85 > extern int isylabel(char *s);
86 > extern void makeaxis(int flag);
87 > extern int getdata(char  *s, double  *xp, double  *yp);
88 > extern void boxstring(int a0, int xmn, int ymn, int xmx, int ymx, char  *s);
89 > extern void symout(int  a0, int  x, int  y, char  *sname);
90  
91   #ifdef __cplusplus
92   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines