summaryrefslogtreecommitdiffstats
path: root/libvalidate.h
blob: d3b8e05cc00f7640ae60cae79dc9bc33e1c68cf0 (plain)
1
2
3
4
5
6
#ifndef _VALIDATE_H__
#define _VALIDATE_H__

bool dt_parse(const char *code, const char *value);

#endif