FACT++  1.0
unsigned dis_add_cmnd_dns ( long  dnsid,
char *  name,
char *  type,
void(*)()  user_routine,
long  tag 
)

Definition at line 495 of file dis_old.c.

References do_dis_add_cmnd_dns(), and user_routine().

496 {
497  unsigned ret;
498 
499  /*
500  DISABLE_AST
501  */
502  ret = do_dis_add_cmnd_dns( name, type, user_routine, tag, dnsid );
503  /*
504  ENABLE_AST
505  */
506  return(ret);
507 }
static unsigned do_dis_add_cmnd_dns(char *name, char *type, void(*user_routine)(), long tag, long dnsid)
Definition: dis_old.c:403
int type
dnsid
Definition: README_v19.txt:372
static void user_routine(void *tagp, void *bufp, int *size)
Definition: diccpp.cxx:11

+ Here is the call graph for this function: