gmyth/src/gmyth_scheduler.h
branchtrunk
changeset 387 f8eb1446ff5a
parent 271 f249c6e05094
child 390 0298ee6b7449
     1.1 --- a/gmyth/src/gmyth_scheduler.h	Wed Jan 17 19:15:16 2007 +0000
     1.2 +++ b/gmyth/src/gmyth_scheduler.h	Mon Mar 05 22:18:17 2007 +0000
     1.3 @@ -90,20 +90,20 @@
     1.4      long prefinput;
     1.5      short int inactive;
     1.6      
     1.7 -    GString *searchType;
     1.8 -    GString *searchForWhat;
     1.9 +    GString *search_type;
    1.10 +    GString *search_what;
    1.11      
    1.12      GMythQuery *msqlquery;
    1.13      GMythBackendInfo *backend_info;
    1.14  };
    1.15  
    1.16  typedef struct {
    1.17 -	gint    record_id;
    1.18 -	gint    program_id;
    1.19 -	gint    channel_id;
    1.20 +	guint    record_id;
    1.21 +	guint    program_id;
    1.22 +	guint    channel_id;
    1.23  	
    1.24 -  GTimeVal* start_time;
    1.25 -	GTimeVal* end_time;
    1.26 +    GTimeVal *start_time;
    1.27 +	GTimeVal *end_time;
    1.28      
    1.29  	GString *title;
    1.30  	GString *subtitle;