1 
2 /* Web Polygraph       http://www.web-polygraph.org/
3  * Copyright 2003-2011 The Measurement Factory
4  * Licensed under the Apache License, Version 2.0 */
5 
6 #ifndef POLYGRAPH__PGL_IPSTONAMES_H
7 #define POLYGRAPH__PGL_IPSTONAMES_H
8 
9 #include "xstd/Array.h"
10 #include "xparser/LexToken.h"
11 
12 class ContainerSym;
13 class ArraySym;
14 
15 extern ArraySym *IpsToNames(const ContainerSym &ips, const String &dname);
16 
17 #endif
18