From cd4af8eb78c30718f999c487c93e257bbd969cb1 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 11 Nov 2013 15:54:29 +0100 Subject: add data type validator Signed-off-by: John Crispin --- libvalidate.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 libvalidate.h (limited to 'libvalidate.h') 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 -- cgit v1.2.3