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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index 0fde429..d72cc00 100644 --- a/src/utils.h +++ b/src/utils.h @@ -4,7 +4,7 @@ #include struct timespec *timespec_add_ms(struct timespec *ts, int timeout_ms); -struct timespec *gettimespec(struct timespec *ts); +struct timespec *get_timespec(struct timespec *ts); #endif //LIBTUBERIA_UTILS_H__ -- cgit v1.2.3