Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | input_file: removed global constructor | Max Kellermann | 2008-10-26 | 1 | -4/+0 |
| | | | | The global constructor is empty, and can be removed. | ||||
* | input_file: don't export internal methods | Max Kellermann | 2008-10-26 | 1 | -7/+25 |
| | | | | | The methods are only used in inputStream_fileOpen(), and should not be exported. | ||||
* | input_stream: renamed sources, no CamelCase | Max Kellermann | 2008-10-26 | 1 | -0/+115 |
Renamed inputStream.c and inputStream_file.c. |