NAME

catear_getlogid - get user id from UAR list

SYNOPSIS

#include <cat/cat.h>

int catear_getlogid(catpac_ear *ee, char **logid);

DESCRIPTION

This function gets the user id to be used for logging from the UAR list. ee is an open handle to the UARs and logid is a pointer to where the allocated logid will be stored.

The caller is responsible for freeing the logid parameter.

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

SEE ALSO

catpac