bbfdm/bbfdmd/ubus/cli.h
Amin Ben Romdhane f21814dd4e
Optimize bbfdmd
* All core Data Model move to core micro-service
* New bbfdmd daemon to use async call to optimize RPCs handling
2025-02-21 09:55:09 +00:00

17 lines
451 B
C

/*
* Copyright (C) 2023-2025 iopsys Software Solutions AB
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version 2.1
* as published by the Free Software Foundation
*
* Author: Amin Ben Romdhane <amin.benromdhane@iopsys.eu>
*
*/
#ifndef BBFDMD_CLI_H
#define BBFDMD_CLI_H
int bbfdmd_cli_exec_command(int argc, char *argv[]);
#endif /* BBFDMD_CLI_H */