Add r_get_header() for FileLockEntry

This commit is contained in:
Matthias Beyer 2017-01-20 15:43:57 +01:00
parent 114e8f1ac0
commit 513cd8f8fc
1 changed files with 5 additions and 0 deletions

View File

@ -207,6 +207,11 @@ pub mod store {
fn r_get_location() -> AnyObject {
itself.get_data(&*FLE_WRAPPER).get_location().clone().wrap()
}
fn r_get_header() -> AnyObject {
itself.get_data(&*FLE_WRAPPER).get_header().clone().wrap()
}
);
wrappable_struct!(EntryHeader, EntryHeaderWrapper, ENTRY_HEADER_WRAPPER);