blob: 2d4bb65800896cb94a07f0fa0ff130c286fab561 (
plain) (
blame)
1
2
3
4
5
6
|
/* See LICENSE file for copyright and license details. */
#include "common.h"
extern inline size_t
libpatch_create_timestamp_tv(char *, size_t, const struct timeval *, unsigned, int, enum libpatch_style);
|