mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-03 04:09:28 -05:00
And document the files.
git-svn-id: file:///svn/unbound/trunk@3621 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
ac8c4f978a
commit
6f1272bcdc
2 changed files with 12 additions and 0 deletions
|
|
@ -33,6 +33,12 @@
|
|||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/**
|
||||
* \file
|
||||
*
|
||||
* This file provides a list of lan zones.
|
||||
*/
|
||||
|
||||
#include "util/as112.h"
|
||||
|
||||
static const char* as112_zone_array[] = {
|
||||
|
|
|
|||
|
|
@ -33,6 +33,12 @@
|
|||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/**
|
||||
* \file
|
||||
*
|
||||
* This file provides a list of lan zones
|
||||
*/
|
||||
|
||||
#ifndef UTIL_AS112_H
|
||||
#define UTIL_AS112_H
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue