summaryrefslogtreecommitdiff
path: root/ZeroTierUI/networkwidget.h
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-08-19 17:42:17 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-08-19 17:42:17 -0700
commit351b7f3a09cfffa04dc5b62349806f256b9f3d2d (patch)
tree8d91b60f6eaf06892e32a749ab54ec20eff35e36 /ZeroTierUI/networkwidget.h
parent721625d51248bb7152bce7ed9b5eadab324d43dd (diff)
downloadinfinitytier-351b7f3a09cfffa04dc5b62349806f256b9f3d2d.tar.gz
infinitytier-351b7f3a09cfffa04dc5b62349806f256b9f3d2d.zip
UI stuff and sign .dmg on build.
Diffstat (limited to 'ZeroTierUI/networkwidget.h')
-rw-r--r--ZeroTierUI/networkwidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ZeroTierUI/networkwidget.h b/ZeroTierUI/networkwidget.h
index dc4d965f..2fb85bca 100644
--- a/ZeroTierUI/networkwidget.h
+++ b/ZeroTierUI/networkwidget.h
@@ -50,6 +50,7 @@ public:
void setNetworkType(const std::string &type);
void setNetworkDeviceName(const std::string &dev);
void setIps(const std::string &commaSeparatedList);
+ void setMAC(const std::string &mac);
const std::string &networkId();