/*D
   MPI_Errhandler_get - Gets the error handler for a communicator

Synopsis:
.vb
int MPI_Errhandler_get(MPI_Comm comm, MPI_Errhandler *errhandler)
.ve

Input Parameters:
. comm - communicator (handle)

Output Parameters:
. errhandler - error handler currently associated with communicator (handle)

.N Removed
   The replacement for this routine is 'MPI_Comm_get_errhandler'.

.N ThreadSafe

.N Fortran

.N Errors
.N MPI_SUCCESS
.N MPI_ERR_OTHER

D*/

