Imported Upstream version 2.6.0

This commit is contained in:
arnaud.quette@free.fr 2011-01-26 10:35:08 +01:00
parent 26fb71b504
commit 459aaf9392
510 changed files with 40508 additions and 18859 deletions

View file

@ -44,7 +44,7 @@ struct {
{ NULL, 0, 0, 0 }
};
struct imgvar_t {
typedef struct {
char *name; /* name of the UPS variable */
char *minimum; /* name of minimum value UPS variable
or variable in imgarg table */
@ -55,6 +55,6 @@ struct imgvar_t {
/* pointer to drawing function */
void (*drawfunc)(double, int, int, int, int, const char*);
};
} imgvar_t;
extern struct imgvar_t imgvar[];
extern imgvar_t imgvar[];