Newer
Older
* 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 */