diff options
| author | Odd Stranne <odd@mullvad.net> | 2018-05-25 11:22:01 +0200 |
|---|---|---|
| committer | Odd Stranne <odd@mullvad.net> | 2018-05-25 11:22:01 +0200 |
| commit | 32e1bd67dd67652c89762a327e44ba3d47780c48 (patch) | |
| tree | f0ae4de1b7d5703a500209f876d35530f3dcb9fc /wfpctl/src/extras/cli/objectproperties.h | |
| parent | 835342bcd9ccffc092825b1c96077f6af1eb9878 (diff) | |
| download | mullvadvpn-32e1bd67dd67652c89762a327e44ba3d47780c48.tar.xz mullvadvpn-32e1bd67dd67652c89762a327e44ba3d47780c48.zip | |
Move wfpctl -> windows/winfw
Diffstat (limited to 'wfpctl/src/extras/cli/objectproperties.h')
| -rw-r--r-- | wfpctl/src/extras/cli/objectproperties.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/wfpctl/src/extras/cli/objectproperties.h b/wfpctl/src/extras/cli/objectproperties.h deleted file mode 100644 index a4f349f828..0000000000 --- a/wfpctl/src/extras/cli/objectproperties.h +++ /dev/null @@ -1,15 +0,0 @@ -#pragma once - -#include "propertylist.h" -#include "ipropertydecorator.h" -#include <windows.h> -#include <fwpmu.h> - -PropertyList SessionProperties(const FWPM_SESSION0 &session); -PropertyList ProviderProperties(const FWPM_PROVIDER0 &provider); -PropertyList EventProperties(const FWPM_NET_EVENT0 &event, IPropertyDecorator *decorator = nullptr); -PropertyList EventProperties(const FWPM_NET_EVENT1 &event, IPropertyDecorator *decorator = nullptr); -PropertyList FilterProperties(const FWPM_FILTER0 &filter, IPropertyDecorator *decorator = nullptr); -PropertyList LayerProperties(const FWPM_LAYER0 &layer, IPropertyDecorator *decorator = nullptr); -PropertyList ProviderContextProperties(const FWPM_PROVIDER_CONTEXT0 &context, IPropertyDecorator *decorator = nullptr); -PropertyList SublayerProperties(const FWPM_SUBLAYER0 &sublayer, IPropertyDecorator *decorator = nullptr); |
