summaryrefslogtreecommitdiff
path: root/services.h
diff options
context:
space:
mode:
authorChristian <zerov83@gmail.com>2016-04-02 23:39:03 +0200
committerChristian <zerov83@gmail.com>2016-04-02 23:39:03 +0200
commit6fc296295f0579d730a61070c40d5e05a34be787 (patch)
tree3607a483342185eddcbf67824624214a4ec59e75 /services.h
parentf94b31e13127247160815c5902e75f7bcbf3d393 (diff)
downloadvdr-plugin-plex-6fc296295f0579d730a61070c40d5e05a34be787.tar.gz
vdr-plugin-plex-6fc296295f0579d730a61070c40d5e05a34be787.tar.bz2
Code reformating
Diffstat (limited to 'services.h')
-rw-r--r--services.h17
1 files changed, 7 insertions, 10 deletions
diff --git a/services.h b/services.h
index c26ffba..3c2a59a 100644
--- a/services.h
+++ b/services.h
@@ -4,20 +4,17 @@
#define MPV_SEEK "Mpv_Seek"
// play the given Filename, this can be a media file or a playlist
-typedef struct
-{
- char *Filename;
+typedef struct {
+ char *Filename;
} Mpv_PlayFile;
// Overrides the displayed title in replay info
-typedef struct
-{
- char *Title;
+typedef struct {
+ char *Title;
} Mpv_SetTitle;
-typedef struct
-{
- int SeekAbsolute;
- int SeekRelative;
+typedef struct {
+ int SeekAbsolute;
+ int SeekRelative;
} Mpv_Seek; \ No newline at end of file