From 4c15b4e3459311f8d458e0e9c031a473efe5f0b8 Mon Sep 17 00:00:00 2001 From: Nicolas Dato Date: Wed, 2 Jul 2025 23:41:29 -0300 Subject: adding an example, without using libtuberia for now --- src/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils.c') diff --git a/src/utils.c b/src/utils.c index 6b2ff46..23adc5c 100644 --- a/src/utils.c +++ b/src/utils.c @@ -18,7 +18,7 @@ struct timespec *timespec_add_ms(struct timespec *ts, int timeout_ms) return ts; } -struct timespec *gettimespec(struct timespec *ts) +struct timespec *get_timespec(struct timespec *ts) { struct timeval tv; -- cgit v1.2.3