aqhome-data: changed return type.

This commit is contained in:
Martin Preuss
2025-03-23 22:37:34 +01:00
parent 3ffc4a3410
commit c8fcd46325
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@
AQH_OBJECT *AqHomeDataServer_new(AQH_EVENT_LOOP *eventLoop);
int AqHomeDataServer_Init(AQH_OBJECT *o, int argc, char **argv);
int AqHomeDataServer_Fini(AQH_OBJECT *o);
void AqHomeDataServer_Fini(AQH_OBJECT *o);
int AqHomeDataServer_GetTimeout(const AQH_OBJECT *o);
int AqHomeDataServer_GetClientNum(const AQH_OBJECT *o);