Skip to content
Snippets Groups Projects
cli.h 451 B
Newer Older
  • Learn to ignore specific revisions
  • Amin Ben Romdhane's avatar
    Amin Ben Romdhane committed
     * Copyright (C) 2023-2025 iopsys Software Solutions AB
    
    Amin Ben Romdhane's avatar
    Amin Ben Romdhane committed
     * 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
    
    Amin Ben Romdhane's avatar
    Amin Ben Romdhane committed
     *	  Author: Amin Ben Romdhane <amin.benromdhane@iopsys.eu>
    
    Amin Ben Romdhane's avatar
    Amin Ben Romdhane committed
    #ifndef BBFDMD_CLI_H
    #define BBFDMD_CLI_H
    
    int bbfdmd_cli_exec_command(int argc, char *argv[]);
    
    #endif /* BBFDMD_CLI_H */