]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - include/strerror.h
cmd_fat.c, cmd_sd: use cmd_error()
[z180-stamp.git] / include / strerror.h
index 9cc082195e3e0da84bdd7c2e139acd496153e771..045731622838b83ed4885c55392f84fc11d6cad1 100644 (file)
@@ -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 */