]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/go/pkg/notmuch.go
go: define the constant STATUS_UNBALANCED_ATOMIC
[notmuch] / bindings / go / pkg / notmuch.go
index e065b547ab8bbca0c27de968cac48b28d3ef9fc9..8faf3bb1cf813174ce6bbc3b1d2ca5a51fb47763 100644 (file)
@@ -24,6 +24,7 @@ const (
     STATUS_NULL_POINTER
     STATUS_TAG_TOO_LONG
     STATUS_UNBALANCED_FREEZE_THAW
+    STATUS_UNBALANCED_ATOMIC
 
     STATUS_LAST_STATUS
 )