2011-02-02 11:47:26 +00:00
|
|
|
#ifndef __CI2_H
|
|
|
|
#define __CI2_H
|
2010-07-24 07:19:41 +00:00
|
|
|
|
|
|
|
int ci2100(int argc, char* argv[]); // Rilevamento preventivi
|
2010-07-24 09:20:04 +00:00
|
|
|
int ci2200(int argc, char* argv[]); // Rilevamento consuntivi
|
2011-02-02 11:47:26 +00:00
|
|
|
int ci2300(int argc, char* argv[]); // Rilevamento consuntivi
|
2010-07-24 07:19:41 +00:00
|
|
|
|
2011-02-02 11:47:26 +00:00
|
|
|
#endif // __CI2_H
|