diff options
Diffstat (limited to 'libpatch_create_timestamp_fd.c')
-rw-r--r-- | libpatch_create_timestamp_fd.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libpatch_create_timestamp_fd.c b/libpatch_create_timestamp_fd.c new file mode 100644 index 0000000..f729614 --- /dev/null +++ b/libpatch_create_timestamp_fd.c @@ -0,0 +1,6 @@ +/* See LICENSE file for copyright and license details. */ +#include "common.h" + + +extern inline size_t +libpatch_create_timestamp_fd(char *, size_t, int, unsigned, int, enum libpatch_style); |