FACT++  1.0
int dic_cmnd_callback ( char *  serv_name,
void *  serv_address,
int  serv_size,
void(*)()  usr_routine,
dim_long  tag 
)

Definition at line 716 of file dic.c.

References request_command().

Referenced by dic_find_server_conns(), main(), and DimCmnd::send().

718 {
719  int ret;
720 
721  ret = request_command( serv_name, serv_address, serv_size,
722  usr_routine, tag, 0 );
723  return(ret ? 1 : 0);
724 }
int request_command(char *serv_name, void *serv_address, int serv_size, void(*usr_routine)(), dim_long tag, int stamped)
Definition: dic.c:736

+ Here is the call graph for this function:

+ Here is the caller graph for this function: