AqualinkD/web_config.h

9 lines
132 B
C
Raw Normal View History

2023-05-14 21:35:13 +00:00
#ifndef WEB_CONFIG_H_
#define WEB_CONFIG_H_
int build_webconfig_js(struct aqualinkdata *aqdata, char* buffer, int size);
#endif