NAME
grpc_arg_stack_pop_arg - Gets an argument from the stack.
SYNOPSIS
  void *grpc_arg_stack_pop_arg(grpc_arg_stack_t *stack)
ARGUMENTS
  grpc_arg_stack_t *stack 
- 	The stack
 
DESCRIPTION
  The grpc_arg_stack_pop_arg() function gets one argument pointer stored in the stack and returns it.
 This function is MT-safe. 
RETURN VALUE
  If successful, a pointer to an argument is returned. If failed, NULL is returned.
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 $