summaryrefslogtreecommitdiff
path: root/noncore/net/networksetup/interfaces.h
Side-by-side diff
Diffstat (limited to 'noncore/net/networksetup/interfaces.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/networksetup/interfaces.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/noncore/net/networksetup/interfaces.h b/noncore/net/networksetup/interfaces.h
index 2cc9689..8b4788c 100644
--- a/noncore/net/networksetup/interfaces.h
+++ b/noncore/net/networksetup/interfaces.h
@@ -23,7 +23,8 @@ class Interfaces {
public:
Interfaces(QString useInterfacesFile = "/etc/network/interfaces");
-
+ QStringList getInterfaceList();
+
bool isAuto(QString interface);
bool setAuto(QString interface, bool setAuto);