NAME

catdasp_new_info - create a DASP context

SYNOPSIS

#include <cat/cat.h>

#include <cat/dasp.h>

catdasp_info *catdasp_new_info(void);

DESCRIPTION

This function creates a new DASP context to handle the DASP protocol for a session. A unique context must be created for each session that uses DASP.

The function returns the new context if successful, or NULL otherwise.

SEE ALSO

cat, catdasp