Add FileLockEntry to doc table

This commit is contained in:
Marcel Müller 2016-01-17 15:36:41 +01:00
parent 6ec2b02792
commit 49184c10a3
No known key found for this signature in database
GPG key ID: DD4ED37D0CAC76E2

View file

@ -14,11 +14,12 @@ from the filesystem.
The types in @tbl:libstore:types are exported by the library.
| Type | Meaning |
| :----------- | :----------------------------------------------- |
| :------------ | :----------------------------------------------- |
| Entry | Entity on the Filesystem, File |
| EntryContent | User-Content of the Entry |
| EntryHeader | Header of the Entry |
| Store | Store interface |
| FileLockEntry | Handle to an Entry |
Table: Types the store library exports {#tbl:libstore:types}