mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
11 lines
104 B
C
11 lines
104 B
C
|
|
||
|
#ifndef __COG_COG_H__
|
||
|
#define __COG_COG_H__
|
||
|
|
||
|
#include <cog/cogutils.h>
|
||
|
|
||
|
void cog_init (void);
|
||
|
|
||
|
#endif
|
||
|
|