1 /*
2  * Copyright (C) by Argonne National Laboratory
3  *     See COPYRIGHT in top-level directory
4  */
5 
6 #ifndef MPIR_PT2PT_H_INCLUDED
7 #define MPIR_PT2PT_H_INCLUDED
8 
9 int MPIR_Ibsend_impl(const void *buf, int count, MPI_Datatype datatype, int dest, int tag,
10                      MPIR_Comm * comm_ptr, MPI_Request * request);
11 
12 #endif /* MPIR_PT2PT_H_INCLUDED */
13