summaryrefslogtreecommitdiff
path: root/src/sim/param.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/sim/param.hh')
-rw-r--r--src/sim/param.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sim/param.hh b/src/sim/param.hh
index 2aa0456da..8a4670e27 100644
--- a/src/sim/param.hh
+++ b/src/sim/param.hh
@@ -781,4 +781,5 @@ SimObjectVectorParam<OBJ_CLASS *>::showType(std::ostream &os) const \
template <class T> bool parseParam(const std::string &str, T &data);
template <class T> void showParam(std::ostream &os, const T &data);
+void parseTime(const std::vector<int> &time, struct tm *tm);
#endif // _SIM_PARAM_HH_