d3b8e05cc00f7640ae60cae79dc9bc33e1c68cf0
[project/procd.git] / libvalidate.h
1 #ifndef _VALIDATE_H__
2 #define _VALIDATE_H__
3
4 bool dt_parse(const char *code, const char *value);
5
6 #endif