Subversion Repositories svn1

Rev

Rev 246 | Rev 357 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 246 Rev 284
Line 251... Line 251...
251
 
251
 
252
typedef struct
252
typedef struct
253
{
253
{
254
    int         total;                          /* Total */
254
    int         total;                          /* Total */
255
    int         valid;                          /* Valid entries */
255
    int         valid;                          /* Valid entries */
-
 
256
    int         valid_ne;                       /* Valid NE entries: Can be winners */
-
 
257
    int         valid_ev;                       /* Valid Full Event entries: Can be winners */
256
    int         disqualified;                   /* Those disqualified */
258
    int         disqualified;                   /* Those disqualified */
257
    int         non_equestrian;                 /* Those on Non-E */
259
    int         non_equestrian;                 /* Those on Non-E */
258
    int         vet_check;                      /* Those that failed the vet check */
260
    int         vet_check;                      /* Those that failed the vet check */
259
} t_class_sum_entry;
261
} t_class_sum_entry;
260
 
262
 
261
typedef struct
263
typedef struct
262
{
264
{
263
    t_class_sum_entry   teamclass[MAX_CLASS];   /* Per class data */
265
    t_class_sum_entry   teamclass[MAX_CLASS];       /* Per class data */
264
    t_class_sum_entry   total;                  /* Totals */
266
    t_class_sum_entry   total;                      /* Totals */
265
} t_class_summary;
267
} t_class_summary;
266
 
268
 
267
typedef struct
269
typedef struct
268
{
270
{
269
    char        name[MAX_PERSON_NAME + 1];
271
    char        name[MAX_PERSON_NAME + 1];