mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
11 lines
103 B
C
11 lines
103 B
C
|
#ifndef _LIBRFB_UTIL_H_
|
||
|
#define _LIBRFB_UTIL_H_
|
||
|
|
||
|
#include <glib.h>
|
||
|
|
||
|
G_BEGIN_DECLS
|
||
|
|
||
|
G_END_DECLS
|
||
|
|
||
|
#endif
|