You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
448 B
16 lines
448 B
/**************************************************************\
|
|
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
|