eaarl-io
1.0.1+71abbd4
EAARL Input/Output Library (Public API)
|
Interface for opening TLD files. More...
Go to the source code of this file.
Data Structures | |
struct | eaarlio_tld_opener |
TLD file opener interface. More... | |
Macros | |
#define | eaarlio_tld_opener_empty() |
Empty eaarlio_tld_opener value. More... | |
Interface for opening TLD files.
This header defines an interface for opening TLD files for reading. It is intended to permit a TLD file to be opened using just the file name provided from the EDB file. The TLD opener is responsible for resolving the file's actual location in the filesystem and is responsible for opening an appropriate stream for it.
#define eaarlio_tld_opener_empty | ( | ) |
Empty eaarlio_tld_opener value.
All pointers will be null.