summaryrefslogtreecommitdiffstats
path: root/src/datetime.h
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2021-08-28 17:53:27 (EDT)
committer P. J. McDermott <pj@pehjota.net>2021-08-29 12:40:53 (EDT)
commit28226fed7a52114efbd43860ef1ff7794ce88931 (patch)
tree537214f4e2bab9c9a4136380a272733835b6361a /src/datetime.h
parent21e7e051b8c14d764bb283da59d8c04fb336ed77 (diff)
downloadatsign-28226fed7a52114efbd43860ef1ff7794ce88931.zip
atsign-28226fed7a52114efbd43860ef1ff7794ce88931.tar.gz
atsign-28226fed7a52114efbd43860ef1ff7794ce88931.tar.bz2
datetime: WIP
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);
+