summaryrefslogtreecommitdiff
path: root/plugins/ExternalAPI/m_proxySwitch.h
diff options
context:
space:
mode:
authorMataes <mataes2007@gmail.com>2018-06-24 01:33:59 +0300
committerMataes <mataes2007@gmail.com>2018-06-24 01:33:59 +0300
commit321c618576ce8dd64da80a05932f3f2c4ee90f72 (patch)
tree247a678777164b5a245a9a116dd5f03945a590da /plugins/ExternalAPI/m_proxySwitch.h
parent27e84852f0071b4ab832fb3a61d51ee126ad778e (diff)
ProxySwitch: it compiles but don't work
Diffstat (limited to 'plugins/ExternalAPI/m_proxySwitch.h')
-rw-r--r--plugins/ExternalAPI/m_proxySwitch.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/ExternalAPI/m_proxySwitch.h b/plugins/ExternalAPI/m_proxySwitch.h
new file mode 100644
index 0000000000..286afcde61
--- /dev/null
+++ b/plugins/ExternalAPI/m_proxySwitch.h
@@ -0,0 +1,8 @@
+#ifndef m_proxySwitch_h
+#define m_proxySwitch_h
+#define MS_PROXYSWITCH_SHOWMYIPADDRS "proxySwitch/ShowMyIPAddrs"
+#define MS_PROXYSWITCH_PROXYENABLE "proxySwitch/ProxyEnable"
+#define MS_PROXYSWITCH_PROXYDISABLE "proxySwitch/ProxyDisable"
+#define MS_PROXYSWITCH_POPUPSWITCH "proxySwitch/PopupSwitch"
+#define MS_PROXYSWITCH_COPYIP2CLIP "proxySwitch/CopyIP2Clipboard"
+#endif