summaryrefslogtreecommitdiffstats
path: root/src/datetime.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/datetime.h')
-rw-r--r--src/datetime.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/datetime.h b/src/datetime.h
new file mode 100644
index 0000000..562b377
--- /dev/null
+++ b/src/datetime.h
@@ -0,0 +1,4 @@
+
+int
+datetime_parse(int argc, const char *argv[], struct tm *tm);
+