Merge branch 'issue195-rlm_filewrite' of https://github.com/deltecent/rivendell into deltecent-issue195-rlm_filewrite

This commit is contained in:
Fred Gleason
2018-05-25 21:27:36 +00:00
5 changed files with 29 additions and 6 deletions

View File

@@ -351,6 +351,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