1 
2 /* Web Polygraph       http://www.web-polygraph.org/
3  * Copyright 2003-2014 The Measurement Factory
4  * Licensed under the Apache License, Version 2.0 */
5 
6 #ifndef POLYGRAPH__PGL_ZONE_FILE_H
7 #define POLYGRAPH__PGL_ZONE_FILE_H
8 
9 class ArraySym;
10 class String;
11 class ContainerSym;
12 
13 extern ArraySym *ZoneDomains(const TokenLoc &loc, const String &fname, const ContainerSym &ips);
14 extern AddrMapSym *DnsZone(const TokenLoc &loc, const String &fname);
15 
16 #endif
17