aboutsummaryrefslogtreecommitdiffstats
path: root/src/ConfigParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ConfigParser.h')
-rw-r--r--src/ConfigParser.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ConfigParser.h b/src/ConfigParser.h
index dc7c256..4f4cb9b 100644
--- a/src/ConfigParser.h
+++ b/src/ConfigParser.h
@@ -45,3 +45,7 @@ void parse_linkage(
void parse_freq_info(
const boost::optional<boost::property_tree::ptree&> pt_frequency_information,
std::vector<FrequencyInformation>& frequency_information);
+
+void parse_other_service_linking(
+ const boost::optional<boost::property_tree::ptree&> pt_other_services,
+ std::vector<ServiceOtherEnsembleInfo>& service_other_ensemble);