aboutsummaryrefslogtreecommitdiff
path: root/odb/validator.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/validator.hxx')
-rw-r--r--odb/validator.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/odb/validator.hxx b/odb/validator.hxx
index 370e5e0..cb6076a 100644
--- a/odb/validator.hxx
+++ b/odb/validator.hxx
@@ -12,9 +12,11 @@
class validator
{
public:
+ struct failed {};
+
// The first pass is performed before processing. The second -- after.
//
- bool
+ void
validate (options const&,
semantics::unit&,
semantics::path const&,