aboutsummaryrefslogtreecommitdiff
path: root/include/mbio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbio.h')
-rw-r--r--include/mbio.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/mbio.h b/include/mbio.h
index 339c650..116231c 100644
--- a/include/mbio.h
+++ b/include/mbio.h
@@ -6,9 +6,8 @@
#include "_charN_t.h"
#include "_rune.h"
-int freadrune(rune *, FILE *);
+int u8fgetr(rune *, FILE *);
constexpr rune MBEOF = 0x110000;
-constexpr rune MBERR = 0x110001;
#endif /* !MLIB_MBIO_H */