/* 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 , */ #ifndef __FORMAT_TEXT_H__ #define __FORMAT_TEXT_H__ #include "format.h" int format_text_get_plugin(source_t *source); #endif /* __FORMAT_TEXT_H__ */