bbfdm/bbfdmd/ubus/cli.h
2023-10-17 10:23:58 +00:00

11 lines
305 B
C

/*
* cli.c: Cli command for bbfdmd
*
* Copyright (C) 2023 IOPSYS Software Solutions AB. All rights reserved.
*
* Author: Amin Ben Romdhane <amin.benromdhane@iopsys.eu>
*
* See LICENSE file for license related information.
*/
int bbfdm_cli_exec_command(const char *input, int argc, char *argv[]);