summaryrefslogtreecommitdiff
path: root/services.h
diff options
context:
space:
mode:
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