diff -r 7174e23f7617 -r d6603c86582f 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 Fri Mar 23 15:26:38 2007 +0000 @@ -1,7 +1,8 @@ #ifndef MMYTH_RECORD_H_ #define MMYTH_RECORD_H_ -#include "gmyth_scheduler.h" +#include +#include 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);