chiark / gitweb /
eclient no_response calls all now have errors reported to the per-call
[disorder] / disobedience / disobedience.h
index db1e8e9284223d1a63496aedf933405b9c7bf56c..cbe06f4303c7913382737d2139c5b7af54be2609 100644 (file)
@@ -45,6 +45,7 @@
 #include "configuration.h"
 #include "hash.h"
 #include "selection.h"
+#include "kvp.h"
 
 #include <glib.h>
 #include <gtk/gtk.h>
@@ -234,7 +235,6 @@ void namepart_update(const char *track,
                      const char *part);
 /* Called when a namepart might have changed */
 
-
 /* Choose */
 
 GtkWidget *choose_widget(void);
@@ -243,6 +243,9 @@ GtkWidget *choose_widget(void);
 void choose_update(void);
 /* Called when we think the choose tree might need updating */
 
+void play_completed(void *v,
+                    const char *error);
+
 /* Login details */
 
 void login_box(void);