/**************************************************************\
    FILE: security.h

    DESCRIPTION:
        This file will contain helper functions and objects that
    help deal with security.  This mainly means Zones Security, but
    can include other types.
\**************************************************************/

#ifndef _SECURITY_H
#define _SECURITY_H

#include "priv.h"
#include "util.h"

#endif // _SECURITY_H
