mirror of https://github.com/sfeakes/AqualinkD.git
9 lines
132 B
C
9 lines
132 B
C
|
#ifndef WEB_CONFIG_H_
|
||
|
#define WEB_CONFIG_H_
|
||
|
|
||
|
|
||
|
|
||
|
int build_webconfig_js(struct aqualinkdata *aqdata, char* buffer, int size);
|
||
|
|
||
|
|
||
|
#endif
|