function_handler
static function_handler *v2_functions[V2_MAX_FUNCTION + 1] = {
(function_handler *) NULL,
(function_handler *) v2_srv_rqst,
(function_handler *) v2_srv_rply,
(function_handler *) v2_srv_reg,
(function_handler *) v2_srv_dereg,
(function_handler *) v2_srv_ack,
(function_handler *) v2_attr_rqst,
(function_handler *) v2_attr_rply,
(function_handler *) v2_daadvert,
(function_handler *) v2_srv_type_rqst,
(function_handler *) v2_srv_type_rply,
(function_handler *) v2_saadvert };
static function_handler *v1_functions[V1_MAX_FUNCTION + 1] = {
(function_handler *) NULL,
(function_handler *) v1_srv_rqst,
(function_handler *) v1_srv_rply,
(function_handler *) v1_srv_reg,
(function_handler *) v1_srv_dereg,
(function_handler *) v1_srv_ack,
(function_handler *) v1_attr_rqst,
(function_handler *) v1_attr_rply,
(function_handler *) v1_daadvert,
(function_handler *) v1_srv_type_rqst,
(function_handler *) v1_srv_type_rply };