Add RLMDateTimeDecode utility function

This commit is contained in:
Patrick Linstruth 2018-02-02 12:50:14 -08:00
parent 9950d52bf5
commit 7dd61e5bd1

View File

@ -344,8 +344,8 @@ extern "C" {
const char *RLMGetStringValue(void *ptr,const char *filename,
const char *section,const char *label,
const char *default_value);
const char *RLMDateTimeDecode(void *ptr, const char *format,
const char *svc_name);
#ifdef __cplusplus
}
#endif