Add FILEIO_NONE access mode.
authorZachary T Welch <zw@superlucidity.net>
Sun, 8 Nov 2009 06:37:39 +0000 (22:37 -0800)
committerZachary T Welch <zw@superlucidity.net>
Mon, 16 Nov 2009 09:38:19 +0000 (01:38 -0800)
commitda4cb3c029e7f271ee4fa7165ceefbef04d45e49
treec36cbb9fdc3186df8beac9ba7f84c99422d56ac6
parent51cd370b396d19555158c1eb913e7c8386d92a0f
Add FILEIO_NONE access mode.

In some cases, the FILEIO_NONE access mode may be useful as a parameter
to indicate that file access should be disabled.  High-level routines can
use it to skip file access calls, as 'fileio_open' will fail presently
if called to open a file using this mode.
src/helper/fileio.h