aboutsummaryrefslogtreecommitdiff
path: root/global.go
diff options
context:
space:
mode:
Diffstat (limited to 'global.go')
-rw-r--r--global.go7
1 files changed, 4 insertions, 3 deletions
diff --git a/global.go b/global.go
index b5afaa8..772dce5 100644
--- a/global.go
+++ b/global.go
@@ -4,7 +4,8 @@
package main
var global = struct {
- NeedBits uint
- SourceURL string
- Version string
+ NeedBits uint
+ NeedBitsReverse uint
+ SourceURL string
+ Version string
}{}