aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/state/register.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/state/register.go')
-rw-r--r--internal/state/register.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/internal/state/register.go b/internal/state/register.go
index 25c22894..ac502ae8 100644
--- a/internal/state/register.go
+++ b/internal/state/register.go
@@ -1,5 +1,11 @@
package state
+var (
+ cleanupCandidate []string
+ enablements *Enablements
+ xcbActionComplete bool
+)
+
func RegisterRevertPath(p string) {
cleanupCandidate = append(cleanupCandidate, p)
}