aboutsummaryrefslogtreecommitdiffstats
path: root/src/input_file.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* input_file: removed global constructorMax Kellermann2008-10-261-4/+0
| | | | The global constructor is empty, and can be removed.
* input_file: don't export internal methodsMax Kellermann2008-10-261-7/+25
| | | | | The methods are only used in inputStream_fileOpen(), and should not be exported.
* input_stream: renamed sources, no CamelCaseMax Kellermann2008-10-261-0/+115
Renamed inputStream.c and inputStream_file.c.