NAME

catdasp_initalltaasserver - set protocol struct for server ALLTAAS

SYNOPSIS

#include <cat/cat.h>

#include <cat/dasp.h>

int catdasp_initalltaasserver(catdasp_protocol *proto, int version);

DESCRIPTION

This function fills in the supplied protocol structure proto with handler data suitable for the server 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_initalltaasclient, catdasp_initalltakclient, catdasp_initalltakserver