diff options
author | Miles Bader <miles@gnu.org> | 1995-10-15 15:28:34 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-10-15 15:28:34 +0000 |
commit | 1b0513e15b86efd940ead554066225dd5c47ecb7 (patch) | |
tree | 64f45fd9ae458afc5ee8e002e7d5251c303fa77b /libstore | |
parent | 7dc780ddc4344c6667ab0d09b0208b5e00a4f79f (diff) |
Formerly store.h.~3~
Diffstat (limited to 'libstore')
-rw-r--r-- | libstore/store.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libstore/store.h b/libstore/store.h index 5be29b22..b3f093ff 100644 --- a/libstore/store.h +++ b/libstore/store.h @@ -84,7 +84,9 @@ error_t store_create (file_t source, struct store **store); error_t store_device_create (device_t device, struct store **store); /* Return a new store in STORE referring to the file FILE. Unlike - store_create, this will always use file i/o. */ + store_create, this will always use file i/o, even it would be possible to + be more direct. This may work in more cases, for instance if the file has + holes. */ error_t store_file_create (file_t file, struct store **store); error_t store_destroy (struct store *store); |