summaryrefslogtreecommitdiff
path: root/include/nsutils/time.h
diff options
context:
space:
mode:
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 bfc9490..93a4c1d 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.
*/
-nsuerror nsu_nsu_getmonotonic_ms(uint64_t *current);
+nsuerror nsu_getmonotonic_ms(uint64_t *current);
#endif