Files
aqhomecontrol/apps/aqhome-tool/nodes/getnodes.h
2023-10-01 23:44:26 +02:00

21 lines
552 B
C

/****************************************************************************
* This file is part of the project AqHome.
* AqHome (c) by 2023 Martin Preuss, all rights reserved.
*
* The license for this file can be found in the file COPYING which you
* should have received along with this file.
****************************************************************************/
#ifndef AQHOME_TOOL_GETNODES_H
#define AQHOME_TOOL_GETNODES_H
#include <gwenhywfar/db.h>
int AQH_Tool_GetNodes(GWEN_DB_NODE *dbArgs, int argc, char **argv);
#endif