Skip to content
Snippets Groups Projects
firewallmngr.h 704 B
Newer Older
  • Learn to ignore specific revisions
  • /*
     * Copyright (C) 2024 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: Anis Ellouze <anis.ellouze@pivasoftware.com>
     *		Author: Omar Kallel <omar.kallel@pivasoftware.com>
     *		Author: Amin Ben Ramdhane <amin.benramdhane@pivasoftware.com>
     *		Author: Imen BHIRI <imen.bhiri@pivasoftware.com>
     *		Author: Amit Kumar <amit.kumar@iopsys.eu>
     *
     */
    
    #ifndef __FIREWALLMNGR_H
    #define __FIREWALLMNGR_H
    
    #include "libbbfdm-api/dmcommon.h"
    #include "firewall.h"
    #include "nat.h"
    
    extern DMOBJ tFirewallObjs[];
    
    #endif