FACT++  1.0
static unsigned do_dis_add_cmnd ( char *  name,
char *  type,
void(*)()  user_routine,
long  tag 
)
static

Definition at line 476 of file dis_old.c.

References do_dis_add_cmnd_dns(), and user_routine().

Referenced by dis_add_cmnd().

477 {
478  return do_dis_add_cmnd_dns(name, type, user_routine, tag, 0);
479 }
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
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: