diff options
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; |