From 4a4e956c26d2f73534e504c36e2ca6a2617644b8 Mon Sep 17 00:00:00 2001 From: Nicolas Dato Date: Sun, 13 Oct 2024 19:57:49 -0300 Subject: adding tests for the main library --- src/utils.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index a98763a..0fde429 100644 --- a/src/utils.h +++ b/src/utils.h @@ -1,10 +1,10 @@ -#ifndef __LIBTUBERIA_UTILS_H__ -#define __LIBTUBERIA_UTILS_H__ +#ifndef LIBTUBERIA_UTILS_H__ +#define LIBTUBERIA_UTILS_H__ #include struct timespec *timespec_add_ms(struct timespec *ts, int timeout_ms); struct timespec *gettimespec(struct timespec *ts); -#endif +#endif //LIBTUBERIA_UTILS_H__ -- cgit v1.2.3