Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | input_stream: added struct input_plugin | Max Kellermann | 2008-10-26 | 1 | -6/+15 |
| | | | | | | | Instead of managing a set of method pointers in each input_stream struct, move these into the new input_plugin struct. Each input_stream has only a pointer to the plugin struct. Pointers to all implementations are kept in the array "input_plugins". | ||||
* | input_stream: no CamelCase | Max Kellermann | 2008-10-26 | 1 | -19/+15 |
| | | | | Renamed all functions and variables. | ||||
* | input_stream: removed the InputStream typedef | Max Kellermann | 2008-10-26 | 1 | -2/+0 |
| | | | | Everybody should use struct input_stream. | ||||
* | input_stream: renamed sources, no CamelCase | Max Kellermann | 2008-10-26 | 1 | -0/+68 |
Renamed inputStream.c and inputStream_file.c. |