]> git.tuebingen.mpg.de Git - dss.git/blob - tv.h
Silence a bogus scan-build warning.
[dss.git] / tv.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2
3 int tv_diff(const struct timeval *b, const struct timeval *a, struct timeval *diff);
4 int64_t get_current_time(void);