NAME

catdasp_initalltaasclient - set protocol struct for client ALLTAAS

SYNOPSIS

#include <cat/cat.h>

#include <cat/dasp.h>

int catdasp_initalltaasclient(catdasp_protocol *proto, int version);

DESCRIPTION

This function fills in the supplied protocol structure proto with handler data suitable for the client side of the ALLTAAS protocol. The version of the protocol is specified by version.

Version 0 of ALLTAAS is currently supported.

RETURN VALUES

The function returns 0 if successful, or a negative code on error.

Specifically, this function returns CAT_ENOTSUP for an unsupported version.

SEE ALSO

cat, catdasp

catdasp_initalltaasserver, catdasp_initalltakclient, catdasp_initalltakserver