diff options
author | Manuel Bachmann <manuel.bachmann@iot.bzh> | 2016-05-11 13:28:48 +0200 |
---|---|---|
committer | Manuel Bachmann <manuel.bachmann@iot.bzh> | 2016-05-11 13:28:48 +0200 |
commit | 3303d82a7e637f7c15b55ee21d555df7b672ae81 (patch) | |
tree | f9e1a1f66da9a5e93c8d3f6722e89cb719f62f04 /plugins/media/media-api.h | |
parent | f83af86907f072b8d58bc84acfb431682a9e3080 (diff) |
Update Radio plugin, Media plugin
Radio and Media plugins are now ported to the new API
and build again.
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
Diffstat (limited to 'plugins/media/media-api.h')
-rw-r--r-- | plugins/media/media-api.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/media/media-api.h b/plugins/media/media-api.h index c545e5d3..c1d764c2 100644 --- a/plugins/media/media-api.h +++ b/plugins/media/media-api.h @@ -18,8 +18,6 @@ #ifndef MEDIA_API_H #define MEDIA_API_H -#include "media-rygel.h" - /* -------------- PLUGIN DEFINITIONS ----------------- */ /* private client context [will be destroyed when client leaves] */ @@ -28,6 +26,4 @@ typedef struct { unsigned int index; /* currently selected media file */ } mediaCtxHandleT; -PUBLIC json_object* _rygel_list (mediaCtxHandleT *); - #endif /* MEDIA_API_H */ |