catdasp_new_info - create a DASP context
#include <cat/cat.h>
#include <cat/dasp.h>
catdasp_info *catdasp_new_info(void);
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.
cat, catdasp