Subversion Repositories svn1-original

Rev

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

Rev 156 Rev 157
Line 59... Line 59...
59
 
59
 
60
 
60
 
61
menu_table  sup_menu[] = {
61
menu_table  sup_menu[] = {
62
    //{ '1', "Load team information from external file", tupload },
62
    //{ '1', "Load team information from external file", tupload },
63
    //{ '2', "Store team information from external file", tdnload_store },
63
    //{ '2', "Store team information from external file", tdnload_store },
64
    { '3', "Create external team information file", tdnload },
64
    //{ '3', "Create external team information file", tdnload },
65
    { '4', "Create external leg data file", dnload },
65
    { '4', "Create external leg data file", dnload },
66
    { '5', "Upload time information", upload },
66
    { '5', "Upload time information", upload },
67
    { 'q', "Return to main menu", 0 },
67
    { 'q', "Return to main menu", 0 },
68
    { '\0' }
68
    { '\0' }
69
};
69
};