1
0
Fork 0
icecast-server/src/format_text.h

17 lines
391 B
C

/* Icecast
*
* This program is distributed under the GNU General Public License, version 2.
* A copy of this license is included with this source.
*
* Copyright 2021, Philipp "ph3-der-loewe" Schafft <lion@lion.leolix.org>,
*/
#ifndef __FORMAT_TEXT_H__
#define __FORMAT_TEXT_H__
#include "format.h"
int format_text_get_plugin(source_t *source);
#endif /* __FORMAT_TEXT_H__ */