aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder_list.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* don't include os_compat.hMax Kellermann2008-10-081-1/+1
| | | | | When there are standardized headers, use these instead of the bloated os_compat.h.
* renamed functions in decoder_list.hMax Kellermann2008-08-261-8/+10
| | | | InputPlugin to decoder_plugin, and no camelCase.
* renamed inputPlugin.* to decoder_list.*Max Kellermann2008-08-261-0/+46
Since inputPlugin.c manages the list of registered decoders, we should rename the source file.