Files correlati : tf Commento : - Aggiunta nuovo programma cambio stato TF0100: - Tolta detraibilità - Tolti campi inutili dalla maschera - Spostata funzione checkRecord in tfutility - Aggiunti (disabilitati) a menù i nuovi programmi git-svn-id: svn://10.65.10.50/branches/R_10_00@24053 c028cbd2-c16b-5b4b-a496-9718f37d4682
11 lines
221 B
C
11 lines
221 B
C
#ifndef __TF0_H
|
|
#define __TF0_H
|
|
|
|
int tf0100(int argc, char* argv[]);
|
|
int tf0200(int argc, char* argv[]);
|
|
int tf0300(int argc, char* argv[]);
|
|
int tf0400(int argc, char* argv[]);
|
|
int tf0500(int argc, char* argv[]);
|
|
|
|
#endif
|