summaryrefslogtreecommitdiff
path: root/include/strerror.h
diff options
context:
space:
mode:
authorLeo C2018-09-01 09:52:36 +0200
committerLeo C2018-09-01 11:24:55 +0200
commit86ee5f8bc4c5a4c204be6fff004ef6bf6b839dcd (patch)
treea4e5174184af89f5f8f416e90ee1fbfffaaf40c9 /include/strerror.h
parent414caa77d5709bf3372d1f9245312781eee7961b (diff)
downloadz180-stamp-86ee5f8bc4c5a4c204be6fff004ef6bf6b839dcd.zip
cmd_fat.c, cmd_sd: use cmd_error()
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 */