diff -r 7174e23f7617 -r e2c57fecafde maemo-ui/src/mmyth_recordui.h
--- a/maemo-ui/src/mmyth_recordui.h	Thu Sep 28 16:02:14 2006 +0100
+++ b/maemo-ui/src/mmyth_recordui.h	Thu May 24 19:33:13 2007 +0100
@@ -1,7 +1,8 @@
 #ifndef MMYTH_RECORD_H_
 #define MMYTH_RECORD_H_
 
-#include "gmyth_scheduler.h"
+#include <gmyth/gmyth_scheduler.h>
+#include <gmyth/gmyth_backendinfo.h>
 
 typedef struct _MMythRecordUI
 {
@@ -32,10 +33,12 @@
 	GtkTreeStore *rec_tree_store;
 	
 	GMythScheduler *scheduler;
+
+	GMythBackendInfo* backend_info;
 	
 } MMythRecordUI;
 
-MMythRecordUI* mmyth_recordui_new(void);
+MMythRecordUI* mmyth_recordui_new( GMythBackendInfo* backend_info );
 void mmyth_recordui_free (MMythRecordUI *recordui);
 
 void mmyth_recordui_delete_selected (GtkButton *button, MMythRecordUI *recordui);