diff -r 7174e23f7617 -r b15d16fb4039 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 Tue Apr 03 20:12:01 2007 +0100 @@ -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);