#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