summaryrefslogtreecommitdiffstats
path: root/LogReceiver/logreceiver.h
diff options
context:
space:
mode:
Diffstat (limited to 'LogReceiver/logreceiver.h')
-rw-r--r--LogReceiver/logreceiver.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/LogReceiver/logreceiver.h b/LogReceiver/logreceiver.h
index 41cd3c7..7cd12d8 100644
--- a/LogReceiver/logreceiver.h
+++ b/LogReceiver/logreceiver.h
@@ -46,6 +46,7 @@ public:
void initAndRun(QString serverPath = DEFAULT_QTSOCKETADDRESS,
QString pathToExe = DEFAULT_PATHTODHCPCDEXE,
QStringList* args = NULL);
+ int replaceDefaultRoute(QString &ifName, QString &gateway, int af, int mss);
private slots:
void handleNewConnection();
@@ -62,7 +63,7 @@ signals:
void abortBoot(QString msg);
void updateStatusLabel(QString ifName, QString status);
void allProcessesFinished();
- void continueBoot(QString ifName);
+ void continueBoot(QString ifName, bool userChoice);
private:
QLocalServer *server;