clientopts_t
client_mod(clientopts_t *arglist)
client_genProfile(clientopts_t *arglist)
client_init(clientopts_t *arglist)
credCheck(clientopts_t *arglist)
adminCredCheck(clientopts_t *arglist)
static clientopts_t *clientopts_new();
static void clientopts_free(clientopts_t *list);
static int credCheck(clientopts_t *arglist);
static int adminCredCheck(clientopts_t *arglist);
static int clientSetParam(clientopts_t *optlist, int paramFlag, char *attrVal);
static void dumpargs(clientopts_t *arglist);
static int num_args(clientopts_t *arglist);
static int client_list(clientopts_t *arglist);
static int client_manual(clientopts_t *arglist);
static int client_mod(clientopts_t *arglist);
static int client_uninit(clientopts_t *arglist);
static int client_genProfile(clientopts_t *arglist);
static int client_init(clientopts_t *arglist);
static clientopts_t *
clientopts_t *hold;
hold = calloc(1, sizeof (clientopts_t));
clientopts_free(clientopts_t *list)
num_args(clientopts_t *list)
dumpargs(clientopts_t *list)
clientopts_t *optlist = NULL;
clientSetParam(clientopts_t *optlist, int paramFlag, char *attrVal)
client_list(clientopts_t *arglist)
client_uninit(clientopts_t *arglist)
client_manual(clientopts_t *arglist)