summaryrefslogtreecommitdiffstats
path: root/mmss/types.hpp
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-07-26 20:35:31 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-07-26 20:35:31 +0200
commitcc1a4b9493e0e6996e4138f65630b66199ee088a (patch)
treeb5d78383796efc74ea0eae543da4a3530a077218 /mmss/types.hpp
parentf706404e6e40043b87ff19e32c8fd11958772e9d (diff)
downloadgmrf-cc1a4b9493e0e6996e4138f65630b66199ee088a.tar
gmrf-cc1a4b9493e0e6996e4138f65630b66199ee088a.zip
Miscellanous fixes
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_ */