summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/ioprocs.h
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2013-01-02 11:24:18 +0000
committer Olivier Galibert <galibert@pobox.com>2013-01-02 11:24:18 +0000
commit82191eb25ff75990acff7bb4445059be2e4294b9 (patch)
treeddd16cbdf6c61333f6bdab93691e31fa32cf6843 /src/lib/formats/ioprocs.h
parentc3aff0cfdc52d4bbaec4fbb4679278c78ed1e4e0 (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.h2
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;