aboutsummaryrefslogtreecommitdiff
path: root/odb/processor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/processor.hxx')
-rw-r--r--odb/processor.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/odb/processor.hxx b/odb/processor.hxx
index e62dd25..b010d6c 100644
--- a/odb/processor.hxx
+++ b/odb/processor.hxx
@@ -11,10 +11,14 @@
class processor_failed {};
+// Pass one is very early processing before any validation has been
+// done.
+//
void
process (options const&,
features&,
semantics::unit&,
- semantics::path const&);
+ semantics::path const&,
+ unsigned short pass);
#endif // ODB_PROCESSOR_HXX