From 5470716c0d36351175407aa833c86495195569b8 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 26 Nov 2014 17:25:20 +0000 Subject: fix monotonic timer API naming --- src/time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/time.c b/src/time.c index 2b83f3f..b29c2eb 100644 --- a/src/time.c +++ b/src/time.c @@ -19,7 +19,7 @@ #include "nsutils/time.h" /* exported interface documented in nsutils/time.h */ -nsuerror nsu_nsu_getmonotonic_ms(uint64_t *current) +nsuerror nsu_getmonotonic_ms(uint64_t *current) { /** \todo Implement this properly! */ struct timeval tv; -- cgit v1.2.3