Code: Alles auswählen
diff -u -r1.213 -r1.214
--- tuxbox/apps/tuxbox/neutrino/src/neutrino.h 2009/09/04 11:25:28 1.213
+++ tuxbox/apps/tuxbox/neutrino/src/neutrino.h 2009/09/05 19:17:15 1.214
@@ -1,5 +1,5 @@
/*
- $Id: neutrino.h,v 1.213 2009/09/04 11:25:28 rhabarber1848 Exp $
+ $Id: neutrino.h,v 1.214 2009/09/05 19:17:15 dbt Exp $
Neutrino-GUI - DBoxII-Project
@@ -226,7 +226,7 @@
void AudioMute( bool newValue, bool isEvent= false );
void paintMuteIcon( bool is_visible = true );
- void ExitRun(const bool write_si);
+
void RealRun(CMenuWidget &mainSettings);
void InitZapper();
void InitKeySettings(CMenuWidget &);
@@ -323,9 +323,9 @@
bool isMuted() {return current_muted;}
int recordingstatus;
void SendSectionsdConfig(void);
-
- bool execute_start_file(const char *filename, const bool blocking = true);
- bool execute_sys_command(const char *command);
+ void ExitRun(const bool write_si);
+ bool execute_start_file(const char *filename, const bool blocking = true, const bool verbose = false);
+ int execute_sys_command(const char *command);
};