tag/handler: use CamelCase

This commit is contained in:
Max Kellermann
2016-02-22 17:38:06 +01:00
parent cc5443c38e
commit a5f8fd774d
48 changed files with 110 additions and 108 deletions

View File

@@ -28,6 +28,7 @@
#include <stdint.h>
struct Decoder;
struct TagHandler;
class InputStream;
struct DsdId {
@@ -80,7 +81,7 @@ dsdlib_valid_freq(uint32_t samplefreq);
*/
void
dsdlib_tag_id3(InputStream &is,
const struct tag_handler *handler,
const TagHandler *handler,
void *handler_ctx, offset_type tagoffset);
#endif