catsock_fromstring - parse string representation of a passed socket
#include <cat/cat.h>
CATSOCK catsock_fromstring(const char *str);
This function parses a string representing an open socket passed between
processes.
catd uses the string representation of an open socket when starting Agents.
catsock_fromstring returns the open socket. On error, the value
CATSOCK_INVALID is returned.
cat, catnet, catd, catgen