aboutsummaryrefslogtreecommitdiff
path: root/odb/header.hxx
blob: 36a336b9ee4341487bd3e40f807c32c58f9e8934 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// file      : odb/header.hxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license   : GNU GPL v3; see accompanying LICENSE file

#ifndef ODB_HEADER_HXX
#define ODB_HEADER_HXX

#include <odb/context.hxx>

void
generate_header (context&);

#endif // ODB_HEADER_HXX