NAME
grpc_arg_stack_destruct
- Destructs a stack
SYNOPSIS
int grpc_arg_stack_destruct(grpc_arg_stack_t *stack)
ARGUMENTS
grpc_arg_stack *stack
- The stack
DESCRIPTION
The grpc_arg_stack_destruct() function destructs a stack.
This function is MT-safe.
RETURN VALUE
Returns 0 if successful. Returns -1 in the event of an error.
ERRORS
GRPC_NOT_INITIALIZED
- The grpc_initialize() function has not been executed.
GRPC_OTHER_ERROR_CODE
- Internal error detected.
last update : $Date: 2005/07/11 07:11:24 $