summaryrefslogtreecommitdiff
path: root/plugins.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-05-04 21:36:21 +0200
committerGravatar waker <wakeroid@gmail.com>2011-05-04 21:37:58 +0200
commit7710ed414acf8ecdf1a54bd58a7a26a696ee199f (patch)
tree8bce68b491f487d6550b649b2188bb3efe6437e0 /plugins.h
parent745fa29c0fe4860a67da698c17057d687f1b9bc7 (diff)
moved playtime and started_timestamp from playitem to streamer global variables;
playtime and started_timestamp are now passed in track event structures; fixed few lastfm submission and event-handling bugs; cleaned out old event sending helper functions
Diffstat (limited to 'plugins.h')
-rw-r--r--plugins.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/plugins.h b/plugins.h
index 8a41bb67..9ee703e9 100644
--- a/plugins.h
+++ b/plugins.h
@@ -46,24 +46,6 @@ void
plug_ev_unsubscribe (DB_plugin_t *plugin, int ev, DB_callback_t callback, uintptr_t data);
void
-plug_trigger_event (int ev, uintptr_t param);
-
-void
-plug_trigger_event_trackchange (struct playItem_s *from, struct playItem_s *to);
-
-void
-plug_trigger_event_trackinfochanged (struct playItem_s *track);
-
-void
-plug_trigger_event_paused (int paused);
-
-void
-plug_trigger_event_playlistchanged (void);
-
-void
-plug_trigger_event_volumechanged (void);
-
-void
plug_md5 (uint8_t sig[16], const char *in, int len);
void