aboutsummaryrefslogtreecommitdiff
path: root/libmpio/mpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpio/mpio.h')
-rw-r--r--libmpio/mpio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmpio/mpio.h b/libmpio/mpio.h
index 7df2349..b3d781d 100644
--- a/libmpio/mpio.h
+++ b/libmpio/mpio.h
@@ -1,7 +1,7 @@
/* -*- linux-c -*- */
/*
- * $Id: mpio.h,v 1.6 2002/09/19 20:46:02 crunchy Exp $
+ * $Id: mpio.h,v 1.7 2002/09/19 22:23:01 crunchy Exp $
*
* Library for USB MPIO-*
*
@@ -102,7 +102,7 @@ int mpio_memory_debug(mpio_t *, mpio_mem_t);
int mpio_errno(void);
/* returns the description of the error <errno> */
-char * mpio_strerror(int errno);
+char * mpio_strerror(int err);
/* prints the error message of the last error*/
void mpio_perror(char *prefix);