summaryrefslogtreecommitdiffstats
path: root/libvalidate.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvalidate.h')
-rw-r--r--libvalidate.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libvalidate.h b/libvalidate.h
new file mode 100644
index 0000000..d3b8e05
--- /dev/null
+++ b/libvalidate.h
@@ -0,0 +1,6 @@
+#ifndef _VALIDATE_H__
+#define _VALIDATE_H__
+
+bool dt_parse(const char *code, const char *value);
+
+#endif