summaryrefslogtreecommitdiffstats
path: root/mmss/types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'mmss/types.hpp')
-rw-r--r--mmss/types.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/mmss/types.hpp b/mmss/types.hpp
index 3daa486..4a145ae 100644
--- a/mmss/types.hpp
+++ b/mmss/types.hpp
@@ -51,6 +51,9 @@ typedef ::mmss_protocol_t protocol_t;
typedef ::gmrf_t node_t;
typedef ::gmrf_iface_t iface_t;
+
+uint64_t now(const context_t *mmss);
+
}
#endif /* _GMRF_MMSS_TYPES_HPP_ */