1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-09-22 04:15:54 -04:00
icecast-server/src/format_mp3.h

12 lines
175 B
C
Raw Normal View History

/* format_mp3.h
**
** mp3 format plugin
**
*/
#ifndef __FORMAT_MP3_H__
#define __FORMAT_MP3_H__
format_plugin_t *format_mp3_get_plugin(void);
#endif /* __FORMAT_MP3_H__ */