aboutsummaryrefslogtreecommitdiffstats
path: root/libpatch_create_timestamp_ts.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpatch_create_timestamp_ts.c')
-rw-r--r--libpatch_create_timestamp_ts.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/libpatch_create_timestamp_ts.c b/libpatch_create_timestamp_ts.c
new file mode 100644
index 0000000..f9c8f60
--- /dev/null
+++ b/libpatch_create_timestamp_ts.c
@@ -0,0 +1,6 @@
+/* See LICENSE file for copyright and license details. */
+#include "common.h"
+
+
+extern inline size_t
+libpatch_create_timestamp_ts(char *, size_t, const struct timespec *, unsigned, int, enum libpatch_style);