git-svn-id: svn://10.65.10.50/branches/R_10_00@22908 c028cbd2-c16b-5b4b-a496-9718f37d4682
17 lines
364 B
C
17 lines
364 B
C
#ifndef __PE1500_H
|
|
#define __PE1500_H
|
|
|
|
#ifndef __ISAM_H
|
|
#include <isam.h>
|
|
#endif
|
|
|
|
#ifndef __MASK_H
|
|
#include <mask.h>
|
|
#endif
|
|
|
|
const TString& pe_trova_elaborazione(const TRectype& doc, char tipo);
|
|
const TString& pe_trova_elaborazione(const TMask& doc, char tipo);
|
|
bool pe_genera_documento(TRectype& doc, const TString& codelab, char tipo);
|
|
|
|
#endif
|