FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
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
}
do_dis_add_cmnd_dns
static unsigned do_dis_add_cmnd_dns(char *name, char *type, void(*user_routine)(), long tag, long dnsid)
Definition:
dis_old.c:403
type
int type
Definition:
dim_get_service.c:9
dnsid
dnsid
Definition:
README_v19.txt:372
user_routine
static void user_routine(void *tagp, void *bufp, int *size)
Definition:
diccpp.cxx:11
Here is the call graph for this function:
dim
src
dis_old.c
Generated on Sun Sep 18 2016 20:50:29 for FACT++ by
1.8.11