/* * monitor.h * * Created on: 18 июл. 2022 г. * Author: alexander */ #ifndef MONITOR_H_ #define MONITOR_H_ #include "db.h" Monitors *loadMonitors(); void freeMonitors(Monitors *monitors); #endif /* MONITOR_H_ */