summaryrefslogtreecommitdiff
path: root/com32/libupload/ctime.h
diff options
context:
space:
mode:
Diffstat (limited to 'com32/libupload/ctime.h')
-rw-r--r--com32/libupload/ctime.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/com32/libupload/ctime.h b/com32/libupload/ctime.h
new file mode 100644
index 00000000..e6461253
--- /dev/null
+++ b/com32/libupload/ctime.h
@@ -0,0 +1,8 @@
+#ifndef CTIME_H
+#define CTIME_H
+
+#include <inttypes.h>
+
+uint32_t posix_time(void);
+
+#endif /* CTIME_H */