Sha256: 96129561c54c11c1dea78921320980a06bb550d50623c1c001319b8d33661cbc

Contents?: true

Size: 345 Bytes

Versions: 4

Compression:

Stored size: 345 Bytes

Contents

/*
	genre: id3 genre definition

	copyright ?-2007 by the mpg123 project - free software under the terms of the LGPL 2.1
	see COPYING and AUTHORS files in distribution or http://mpg123.org
	initially written by Shane Wegner
*/

#ifndef _MPG123_GENRE_H_
#define _MPG123_GENRE_H_

extern char *genre_table[];
extern const int genre_count;

#endif

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
seal-0.1.3 mpg123/src/genre.h
seal-0.1.2 mpg123/src/genre.h
seal-0.1.1 mpg123/src/genre.h
seal-0.1.0 mpg123/src/genre.h