mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
11 lines
314 B
C
11 lines
314 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(bbfdm_config_t *bbf_config, int argc, char *argv[]);
|