summaryrefslogtreecommitdiff
path: root/odb/odb/option-functions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/odb/option-functions.hxx')
-rw-r--r--odb/odb/option-functions.hxx12
1 files changed, 12 insertions, 0 deletions
diff --git a/odb/odb/option-functions.hxx b/odb/odb/option-functions.hxx
new file mode 100644
index 0000000..a4b072c
--- /dev/null
+++ b/odb/odb/option-functions.hxx
@@ -0,0 +1,12 @@
+// file : odb/option-functions.hxx
+// 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