aboutsummaryrefslogtreecommitdiff
path: root/odb/option-functions.hxx
blob: 3d639921edca7e67a54cb6caec05f6f4a0fd67a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// file      : odb/option-functions.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_OPTION_FUNCTIONS_HXX
#define ODB_OPTION_FUNCTIONS_HXX

#include <odb/options.hxx>

void
process_options (options&);

#endif // ODB_OPTION_FUNCTIONS_HXX