diff options
Diffstat (limited to 'src/entry.h')
-rw-r--r-- | src/entry.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/entry.h b/src/entry.h index 44504fc..4670a48 100644 --- a/src/entry.h +++ b/src/entry.h @@ -237,7 +237,9 @@ class Entry Explicit = 0x02, Mutable = 0x04, Settable = 0x08, - Gettable = 0x10 + Gettable = 0x10, + Readable = 0x20, + Writable = 0x40 }; Entry(); |