dummy_token_t
static dummy_token_t
dummy_token_t token;
token = (dummy_token_t)malloc(strlen(name)+1);
free_dummy_token(dummy_token_t *token)
free_dummy_token((dummy_token_t *)(cred_handle));
static dummy_token_t make_dummy_token(char *name);
static void free_dummy_token(dummy_token_t *token);