summary refs log tree commit diff
path: root/src/fmt_ptime.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fmt_ptime.h')
-rw-r--r--src/fmt_ptime.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/fmt_ptime.h b/src/fmt_ptime.h
new file mode 100644
index 0000000..fe027b8
--- /dev/null
+++ b/src/fmt_ptime.h
@@ -0,0 +1,13 @@
+#ifndef FMT_PTIME_H
+#define FMT_PTIME_H
+
+#define FMT_PTIME 30
+
+#include <time.h>
+#include <sys/time.h>
+#include "taia.h"
+
+extern unsigned int fmt_ptime(char *, struct taia *);
+extern unsigned int fmt_taia(char *, struct taia *);
+
+#endif