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

Definition at line 510 of file dis.c.

References do_dis_add_cmnd_dns(), and user_routine().

Referenced by DimCommand::declareIt(), and DimRpc::declareIt().

511 {
512  unsigned ret;
513 
514  /*
515  DISABLE_AST
516  */
517  ret = do_dis_add_cmnd_dns( name, type, user_routine, tag, dnsid );
518  /*
519  ENABLE_AST
520  */
521  return(ret);
522 }
int type
static unsigned do_dis_add_cmnd_dns(char *name, char *type, void(*user_routine)(), dim_long tag, dim_long dnsid)
Definition: dis.c:413
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:

+ Here is the caller graph for this function: