Aggiunto programma di ripristino stampa giornale
git-svn-id: svn://10.65.10.50/trunk@691 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
fc2e122002
commit
0134ac4276
@ -138,6 +138,5 @@
|
||||
15|Attivazione|ba1 -4
|
||||
16|Servizio|
|
||||
16|Copia Archivi|cg4 -1
|
||||
16|Rinumerazione registrazioni|cg4 -0 M
|
||||
|
||||
16|Ripristino stampa registri|cg5 -4
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
#include "cg5.h"
|
||||
|
||||
#define usage "Error - usage : %s -{0|1|2|3}"
|
||||
#define usage "Error - usage : %s -{0|1|2|3|4}"
|
||||
|
||||
int main(int argc,char** argv)
|
||||
{
|
||||
@ -19,6 +19,8 @@ int main(int argc,char** argv)
|
||||
cg5200(argc,argv) ; break;
|
||||
case 3:
|
||||
cg5300(argc,argv) ; break;
|
||||
case 4:
|
||||
cg5400(argc,argv) ; break;
|
||||
default:
|
||||
error_box(usage, argv[0]) ;
|
||||
}
|
||||
|
1
cg/cg5.h
1
cg/cg5.h
@ -2,3 +2,4 @@ extern int cg5000 (int argc, char* argv[]);
|
||||
extern int cg5100 (int argc, char* argv[]);
|
||||
extern int cg5200 (int argc, char* argv[]);
|
||||
extern int cg5300 (int argc, char* argv[]);
|
||||
extern int cg5400 (int argc, char* argv[]);
|
||||
|
@ -21,4 +21,9 @@ MENUBAR MENU_BAR(3)
|
||||
MENU MENU_BAR(3)
|
||||
SUBMENU MENU_FILE "~File"
|
||||
|
||||
MENUBAR MENU_BAR(4)
|
||||
|
||||
MENU MENU_BAR(4)
|
||||
SUBMENU MENU_FILE "~File"
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user