/*--------------------------------------------------------------------------- logsetup.h Markus Zolliker, Oct 2020 ---------------------------------------------------------------------------- */ #ifndef LOGSETUP_H #define LOGSETUP_H #include "hipadaba.h" int LogMakeInternal(pHdb node, char *path, int period); #endif