commit | 841d1a9ed003a635ee3dc5f87cf7b2c78b0fee02 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Fri Sep 07 15:40:31 2018 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Fri Sep 07 15:40:31 2018 +0200 |
tree | 554529303c60489f45ff5f40e6ef58df53a17953 | |
parent | 7ada9a015325d98c6f41b101d9c1b3ef3831bf84 [diff] [blame] |
common NEW lysp_check_date function
diff --git a/src/common.h b/src/common.h index e6cf5e5..7e7801a 100644 --- a/src/common.h +++ b/src/common.h
@@ -109,6 +109,8 @@ */ void *ly_realloc(void *ptr, size_t size); +int lysp_check_date(struct ly_ctx *ctx, const char *date, int date_len); + /* * Macros to work with lysp structures arrays. *