summaryrefslogtreecommitdiffstats
path: root/src/ParserConfigfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ParserConfigfile.h')
-rw-r--r--src/ParserConfigfile.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/ParserConfigfile.h b/src/ParserConfigfile.h
index 11817e3..f987542 100644
--- a/src/ParserConfigfile.h
+++ b/src/ParserConfigfile.h
@@ -3,8 +3,8 @@
2011, 2012 Her Majesty the Queen in Right of Canada (Communications
Research Center Canada)
- Written by
- Matthias P. Braendli, matthias.braendli@mpb.li, 2012
+ Copyright (C) 2014
+ Matthias P. Braendli, matthias.braendli@mpb.li
The command-line parser reads settings from a configuration file
whose definition is given in doc/example.config
@@ -33,9 +33,6 @@
#include "MuxElements.h"
#include <boost/property_tree/ptree.hpp>
-void set_short_label(dabLabel& label, std::string& slabel,
- const char* applies_to);
-
void parse_configfile(std::string configuration_file,
vector<dabOutput*> &outputs,
dabEnsemble* ensemble,