diff options
Diffstat (limited to 'plugins/ExternalAPI')
-rw-r--r-- | plugins/ExternalAPI/m_proxySwitch.h | 8 |
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 |