diff options
author | 2013-01-02 11:24:18 +0000 | |
---|---|---|
committer | 2013-01-02 11:24:18 +0000 | |
commit | 82191eb25ff75990acff7bb4445059be2e4294b9 (patch) | |
tree | ddd16cbdf6c61333f6bdab93691e31fa32cf6843 /src/lib/formats/ioprocs.h | |
parent | c3aff0cfdc52d4bbaec4fbb4679278c78ed1e4e0 (diff) |
floppy: Correctly reach files inside zips or softlists [O. Galibert]
Diffstat (limited to 'src/lib/formats/ioprocs.h')
-rw-r--r-- | src/lib/formats/ioprocs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/formats/ioprocs.h b/src/lib/formats/ioprocs.h index f6c30866988..94239c1ba56 100644 --- a/src/lib/formats/ioprocs.h +++ b/src/lib/formats/ioprocs.h @@ -46,6 +46,8 @@ struct io_generic extern const struct io_procs stdio_ioprocs; extern const struct io_procs stdio_ioprocs_noclose; +extern const struct io_procs corefile_ioprocs; +extern const struct io_procs corefile_ioprocs_noclose; |