commit 6f83fb2bc916ec29f6113a3162862652591d352a
parent 88a5991a28874e77a956f93517e053730dd1eb10
Author: vaplv <vaplv@free.fr>
Date: Tue, 17 Nov 2015 11:01:53 +0100
Add the RES_EOF (End Of File) constant
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/rsys.h b/src/rsys.h
@@ -283,6 +283,7 @@ typedef int res_T;
#define RES_IO_ERR 3
#define RES_UNKNOWN_ERR 4
#define RES_BAD_OP 5
+#define RES_EOF 6 /* End Of File */
/*******************************************************************************
* Miscellaneous