FACT++  1.0
char * DimClient::getDnsNode ( )
static

Definition at line 1221 of file diccpp.cxx.

References dic_get_dns_node().

Referenced by main().

1222 {
1223  if(!dimDnsNode)
1224  dimDnsNode = new char[256];
1226  return dimDnsNode;
1227  else
1228  return 0;
1229 }
int dic_get_dns_node(char *node)
Definition: open_dns.c:81
static char * dimDnsNode
Definition: dic.hxx:436

+ Here is the call graph for this function:

+ Here is the caller graph for this function: