mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
Update: Added a header for commonly used types
This commit is contained in:
parent
41ab50dc9a
commit
50a9d3382a
@ -5,6 +5,7 @@ SUBDIRS = common/avl common/net common/thread common/httpp common/log common/tim
|
|||||||
bin_PROGRAMS = icecast
|
bin_PROGRAMS = icecast
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
|
icecasttypes.h \
|
||||||
admin.h \
|
admin.h \
|
||||||
main.h \
|
main.h \
|
||||||
cfgfile.h \
|
cfgfile.h \
|
||||||
|
12
src/icecasttypes.h
Normal file
12
src/icecasttypes.h
Normal 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
|
Loading…
Reference in New Issue
Block a user