Riorganizzazione struttura mg1

git-svn-id: svn://10.65.10.50/trunk@4562 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
augusto 1997-06-09 11:15:04 +00:00
parent 8cb3c94fbe
commit 7c6cdac02e
2 changed files with 6 additions and 3 deletions

View File

@ -14,11 +14,13 @@ int main(int argc, char** argv)
switch (r) switch (r)
{ {
case 0: case 0:
rt = mg1100(argc,argv) ; break; // gestione manuale movimenti rt = mg1100(argc,argv) ; break; // gestione interattiva movimenti
case 1: case 1:
//rt = mg1200(argc,argv) ; break; // gestione movimenti DA DOCUMENTI rt = mg1200(argc,argv) ; break; // ricostruzione saldi
case 2: case 2:
//rt = mg1300(argc,argv) ; break; // gestione aperture/chiusure //rt = mg1300(argc,argv) ; break; // gestione movimenti DA DOCUMENTI
case 3:
//rt = mg1400(argc,argv) ; break; // gestione aperture/chiusure
default: default:
error_box(usage, argv[0]) ; break; error_box(usage, argv[0]) ; break;
} }

View File

@ -2,5 +2,6 @@
#define __MG1_H #define __MG1_H
int mg1100(int argc, char* argv[]); int mg1100(int argc, char* argv[]);
int mg1200(int argc, char* argv[]);
#endif // __MG1_H #endif // __MG1_H