1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-23 06:25:24 +00:00

Update: Added a header for commonly used types

This commit is contained in:
Philipp Schafft 2018-06-17 09:43:55 +00:00
parent 41ab50dc9a
commit 50a9d3382a
2 changed files with 13 additions and 0 deletions

View File

@ -5,6 +5,7 @@ SUBDIRS = common/avl common/net common/thread common/httpp common/log common/tim
bin_PROGRAMS = icecast
noinst_HEADERS = \
icecasttypes.h \
admin.h \
main.h \
cfgfile.h \

12
src/icecasttypes.h Normal file
View File

@ -0,0 +1,12 @@
/* Icecast
*
* This program is distributed under the GNU General Public License, version 2.
* A copy of this license is included with this source.
*
* Copyright 2018, Philipp "ph3-der-loewe" Schafft <lion@lion.leolix.org>,
*/
#ifndef __ICECASTTYPES_H__
#define __ICECASTTYPES_H__
#endif