2006-06-09 23:17:05 +00:00
|
|
|
#ifndef _VALIDATE_UTIL2_
|
|
|
|
#define _VALIDATE_UTIL2_
|
|
|
|
|
2007-01-23 21:37:27 +00:00
|
|
|
#include <vector>
|
|
|
|
|
2006-06-09 23:17:05 +00:00
|
|
|
extern int init_result(RESULT const&, void*&);
|
|
|
|
extern int compare_results(RESULT &, void*, RESULT const&, void*, bool&);
|
|
|
|
extern int cleanup_result(RESULT const&, void*);
|
2007-01-30 18:19:30 +00:00
|
|
|
extern double compute_granted_credit(WORKUNIT&, std::vector<RESULT>& results);
|
2006-06-09 23:17:05 +00:00
|
|
|
|
|
|
|
#endif
|