summaryrefslogtreecommitdiff
path: root/include/nsutils/time.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-26 17:15:07 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-26 17:15:07 +0000
commit33e92ff899ca76809d8e826bd885a746264fa4e8 (patch)
tree39ddcb4913f69b5008fd55ae64e9cf29a8b76058 /include/nsutils/time.h
parent2633e6f22b3de1030da5e65d5128672324ac9565 (diff)
downloadlibnsutils-33e92ff899ca76809d8e826bd885a746264fa4e8.tar.gz
libnsutils-33e92ff899ca76809d8e826bd885a746264fa4e8.tar.bz2
Fix error enum to not conflict and add monotonic time implementation
Diffstat (limited to 'include/nsutils/time.h')
-rw-r--r--include/nsutils/time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nsutils/time.h b/include/nsutils/time.h
index e07a670..bfc9490 100644
--- a/include/nsutils/time.h
+++ b/include/nsutils/time.h
@@ -26,6 +26,6 @@
* \param current The current value of the counter.
* \return NSERROR_OK on success else error code.
*/
-nserror nsu_nsu_getmonotonic_ms(uint64_t *current);
+nsuerror nsu_nsu_getmonotonic_ms(uint64_t *current);
#endif