aboutsummaryrefslogtreecommitdiffstats
path: root/src/ConfigParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ConfigParser.h')
-rw-r--r--src/ConfigParser.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ConfigParser.h b/src/ConfigParser.h
index 038247b..dc7c256 100644
--- a/src/ConfigParser.h
+++ b/src/ConfigParser.h
@@ -40,4 +40,8 @@ void parse_ptree(
void parse_linkage(
const boost::optional<boost::property_tree::ptree&> pt_linking,
- std::vector<std::shared_ptr<LinkageSet> >& linkageSets);
+ std::vector<std::shared_ptr<LinkageSet> >& linkage_sets);
+
+void parse_freq_info(
+ const boost::optional<boost::property_tree::ptree&> pt_frequency_information,
+ std::vector<FrequencyInformation>& frequency_information);