parser table


partab_t table[]=
{   {&fname,    "fname",    PARSER_STRING},
    {&birthdate,"birthdate",PARSER_INT},
    {&age,      "age",      PARSER_STRING},
    {&check,    "check",    PARSER_BOOL},
    {&desc,     "desc",     PARSER_MULTIS},
    {NULL,      NULL,       0}
};