summaryrefslogtreecommitdiff
path: root/include/strerror.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/strerror.h')
-rw-r--r--include/strerror.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/strerror.h b/include/strerror.h
index 9cc0821..0457316 100644
--- a/include/strerror.h
+++ b/include/strerror.h
@@ -1,5 +1,5 @@
/*
- * (C) Copyright 2014 Leo C. <erbl259-lmu@yahoo.de>
+ * (C) Copyright 2018 Leo C. <erbl259-lmu@yahoo.de>
*
* SPDX-License-Identifier: GPL-2.0
*/
@@ -7,6 +7,8 @@
#ifndef STRERROR_H
#define STRERROR_H
-const FLASH char * my_strerror_P(int errnum);
+#include "errnum.h"
+
+const FLASH char * my_strerror_P(ERRNUM errnum);
#endif /* STRERROR_H */