diff options
Diffstat (limited to 'src/ParserConfigfile.h')
-rw-r--r-- | src/ParserConfigfile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ParserConfigfile.h b/src/ParserConfigfile.h index ef63eb2..a09d1fc 100644 --- a/src/ParserConfigfile.h +++ b/src/ParserConfigfile.h @@ -33,6 +33,8 @@ #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, |