summaryrefslogtreecommitdiffstats
path: root/ceee/ie/common/ceee_module_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'ceee/ie/common/ceee_module_util.h')
-rw-r--r--ceee/ie/common/ceee_module_util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ceee/ie/common/ceee_module_util.h b/ceee/ie/common/ceee_module_util.h
index bb1291f..d3af2be 100644
--- a/ceee/ie/common/ceee_module_util.h
+++ b/ceee/ie/common/ceee_module_util.h
@@ -103,6 +103,9 @@ extern const wchar_t kInternetExplorerModuleName[];
// The name of the CEEE Broker executable.
extern const wchar_t kCeeeBrokerModuleName[];
+// Refreshes elevation policy. Returns false if refresh was not needed.
+bool RefreshElevationPolicyIfNeeded();
+
} // namespace
#endif // CEEE_IE_COMMON_TOOLBAND_MODULE_UTIL_H__