2e968de2c9
git-svn-id: svn://10.65.10.50/trunk@6595 c028cbd2-c16b-5b4b-a496-9718f37d4682
11 lines
221 B
C++
Executable File
11 lines
221 B
C++
Executable File
#ifndef __VE0100B_H
|
|
#define __VE0100B_H
|
|
|
|
#ifndef __VELIB_H
|
|
class TDocumento;
|
|
#endif
|
|
|
|
int numerazione_definitiva(TDocumento &); // prototipo della funzione di rinumerazione definitiva dei documenti
|
|
|
|
#endif // __VE0100B_H
|