From e1a1b3fc90af66a5db5ee92514b0a7c52e49d1ed Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 16 Feb 1999 13:16:33 +0000 Subject: See ChangeLog: Tue Feb 16 14:10:02 CET 1999 Werner Koch --- include/mpi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/mpi.h') diff --git a/include/mpi.h b/include/mpi.h index 266b91554..ae32d1ba3 100644 --- a/include/mpi.h +++ b/include/mpi.h @@ -153,8 +153,8 @@ int mpi_cmp_ui( MPI u, ulong v ); int mpi_cmp( MPI u, MPI v ); /*-- mpi-scan.c --*/ -int mpi_getbyte( MPI a, unsigned index ); -void mpi_putbyte( MPI a, unsigned index, int value ); +int mpi_getbyte( MPI a, unsigned idx ); +void mpi_putbyte( MPI a, unsigned idx, int value ); unsigned mpi_trailing_zeros( MPI a ); /*-- mpi-bit.c --*/ -- cgit v1.2.3