From 757edd54cca1d3bc19617284bba5d008a976f704 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Wed, 29 Dec 2010 23:27:06 +0100 Subject: Read music root and httpd port from audist.conf. --- config.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 config.h (limited to 'config.h') diff --git a/config.h b/config.h new file mode 100644 index 0000000..2969b2c --- /dev/null +++ b/config.h @@ -0,0 +1,13 @@ +#ifndef CONFIG_H +#define CONFIG_H + +#include + +namespace po = boost::program_options; + +namespace config { + extern po::variables_map vm; + void init(); +}; + +#endif -- cgit v1.2.3