mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-25 20:16:14 -05:00
[misc] Add function to add a relative time to current clock
This commit is contained in:
@@ -145,6 +145,9 @@ timespec_add(struct timespec time1, struct timespec time2);
|
||||
int
|
||||
timespec_cmp(struct timespec time1, struct timespec time2);
|
||||
|
||||
struct timespec
|
||||
timespec_reltoabs(struct timespec relative);
|
||||
|
||||
/* initialize mutex with error checking (not default on all platforms) */
|
||||
int
|
||||
mutex_init(pthread_mutex_t *mutex);
|
||||
|
||||
Reference in New Issue
Block a user