summaryrefslogtreecommitdiff
path: root/odb/tracer/header.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/tracer/header.hxx')
-rw-r--r--odb/tracer/header.hxx17
1 files changed, 17 insertions, 0 deletions
diff --git a/odb/tracer/header.hxx b/odb/tracer/header.hxx
new file mode 100644
index 0000000..0e67712
--- /dev/null
+++ b/odb/tracer/header.hxx
@@ -0,0 +1,17 @@
+// file : odb/tracer/header.hxx
+// author : Boris Kolpackov <boris@codesynthesis.com>
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// license : GNU GPL v2; see accompanying LICENSE file
+
+#ifndef ODB_TRACER_HEADER_HXX
+#define ODB_TRACER_HEADER_HXX
+
+#include <odb/context.hxx>
+
+namespace tracer
+{
+ void
+ generate_header (context&);
+}
+
+#endif // ODB_TRACER_HEADER_HXX