aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
blob: a98763a5780a282d988411fb19290b87e58bf694 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef __LIBTUBERIA_UTILS_H__
#define __LIBTUBERIA_UTILS_H__

#include <sys/time.h>

struct timespec *timespec_add_ms(struct timespec *ts, int timeout_ms);
struct timespec *gettimespec(struct timespec *ts);

#endif