server_health.h 183 B

12345678
  1. #ifndef __SERVER_HEALTH_H__
  2. #define __SERVER_HEALTH_H__
  3. #include "goahead.h"
  4. void setThreshold(Webs *wp);
  5. void webGetSensorHistory(Webs *wp);
  6. #endif /* __SERVER_HEALTH_H__ */