aboutsummaryrefslogtreecommitdiffstats
path: root/libpatch_create_timestamp_secs.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-01-09 22:04:24 +0100
committerMattias Andrée <maandree@kth.se>2024-01-09 22:04:24 +0100
commitae850b1ac755f471beac4dbfef4654fe3fbaaae9 (patch)
tree319e7f7f1b99cd1ee75e100f0a29b0f7c827ccea /libpatch_create_timestamp_secs.c
downloadlibpatch-master.tar.gz
libpatch-master.tar.bz2
libpatch-master.tar.xz
First commitHEADmaster
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--libpatch_create_timestamp_secs.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/libpatch_create_timestamp_secs.c b/libpatch_create_timestamp_secs.c
new file mode 100644
index 0000000..104fb91
--- /dev/null
+++ b/libpatch_create_timestamp_secs.c
@@ -0,0 +1,6 @@
+/* See LICENSE file for copyright and license details. */
+#include "common.h"
+
+
+extern inline size_t
+libpatch_create_timestamp_secs(char *, size_t, time_t, int, enum libpatch_style);