mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-11-03 04:17:18 -05:00
Fix include-once define
This commit is contained in:
parent
83547bf34f
commit
184e2dd8c3
@ -14,8 +14,8 @@
|
||||
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifndef __CFG_INPUT_H__
|
||||
#define __CFG_INPUT_H__
|
||||
#ifndef __CFG_DECODER_H__
|
||||
#define __CFG_DECODER_H__
|
||||
|
||||
typedef struct cfg_decoder * cfg_decoder_t;
|
||||
typedef struct cfg_decoder_list * cfg_decoder_list_t;
|
||||
@ -51,4 +51,4 @@ const char *
|
||||
const char *
|
||||
cfg_decoder_get_program(cfg_decoder_t);
|
||||
|
||||
#endif /* __CFG_INPUT_H__ */
|
||||
#endif /* __CFG_DECODER_H__ */
|
||||
|
Loading…
Reference in New Issue
Block a user