campo-sirio/include/validate.h
alex 8e9fb3fce8 Patch level : 4.0 905
Files correlati     :
Ricompilazione Demo : [ ]
Commento           :

Riportata la versione 3.2 patch 1092


git-svn-id: svn://10.65.10.50/trunk@16352 c028cbd2-c16b-5b4b-a496-9718f37d4682
2008-03-20 17:11:59 +00:00

16 lines
389 B
C
Executable File

#ifndef __VALIDATE_H
#define __VALIDATE_H
#ifndef __MASKFLD_H
#include <maskfld.h>
#endif
bool validate(int fn, TMask_field& f, KEY k, const TString_array& parms);
bool pi_check (const char* stato, const char* pi);
bool cf_check (const char* stato, const char* cf);
int iban_check(const TString& b, TString& msg);
int bban_check(const TString& b, TString& msg);
#endif // __VALIDATE_H