FACT++  1.0
int get_dns_node_name ( char *  node_name)

Definition at line 204 of file utilities.c.

Referenced by init_dns_list().

205 {
206  char *p;
207 
208  if( (p = getenv("DIM_DNS_NODE")) == NULL )
209  return(0);
210  else {
211  strcpy( node_name, p );
212  return(1);
213  }
214 }

+ Here is the caller graph for this function: