gmyth/src/gmyth_jobqueue.h
branchtrunk
changeset 750 312d6bc514f3
parent 701 2f28edb4d804
child 754 cb885ee44618
     1.1 --- a/gmyth/src/gmyth_jobqueue.h	Wed May 23 19:50:41 2007 +0100
     1.2 +++ b/gmyth/src/gmyth_jobqueue.h	Thu Jun 14 18:19:52 2007 +0100
     1.3 @@ -43,10 +43,9 @@
     1.4  #include "gmyth_util.h"
     1.5  
     1.6  G_BEGIN_DECLS
     1.7 -    gboolean gmyth_jobqueue_add_job ( GMythTranscoder * transcoder,
     1.8 -                                      gchar * job );
     1.9 -gboolean gmyth_jobqueue_change_cmd ( GMythTranscoder * transcoder,
    1.10 -                                     gchar * action, gchar * job );
    1.11 +  gboolean gmyth_jobqueue_add_job(GMythTranscoder * transcoder, gchar * job);
    1.12 +gboolean gmyth_jobqueue_change_cmd(GMythTranscoder * transcoder,
    1.13 +								   gchar * action, gchar * job);
    1.14  
    1.15  G_END_DECLS
    1.16  #endif /* __GMYTH_JOBQUEUE_H__ */