summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/convert.h2
-rw-r--r--include/uflags.h8
2 files changed, 8 insertions, 2 deletions
diff --git a/include/convert.h b/include/convert.h
index c5303d56..a4f1b410 100644
--- a/include/convert.h
+++ b/include/convert.h
@@ -11,7 +11,7 @@
typedef ssize_t (*read_write_type)(int, void *, size_t);
typedef ssize_t (*convert_type)(void *, ssize_t);
-extern int bbs_convert_type;
+// extern int bbs_convert_type;
#endif // CONVERT
#endif // _BBS_CONVERT_H
diff --git a/include/uflags.h b/include/uflags.h
index 48bcc326..1686c98e 100644
--- a/include/uflags.h
+++ b/include/uflags.h
@@ -23,9 +23,15 @@
/* DBCS CONFIG */
#define DBCSAWARE_FLAG 0x00000200 /* true if DBCS-aware enabled. */
/* please keep this even if you don't have DBCSAWARE features turned on */
+// #define DBCS__??? 0x00000400
+// #define DBCS__??? 0x00000800
+
+/* Modification Mark (~) */
+#define NO_MODMARK_FLAG 0x00001000 /* true if modified files are NOT marked */
+#define COLORED_MODMARK 0x00002000 /* true if mod-mark is coloured. */
/* NEW ENTRY HERE */
-// #define ??__??? 0x00000400
+// #define ??__??? 0x00010000
/* -------------------- userec_t.uflag2 (unsigned int) */