[PATCH 3/3] go: define the constant STATUS_UNBALANCED_ATOMIC

Subject: [PATCH 3/3] go: define the constant STATUS_UNBALANCED_ATOMIC

Date: Wed, 9 May 2012 12:23:08 +0200

To: notmuch@notmuchmail.org

Cc:

From: Justus Winter


Add the constant STATUS_UNBALANCED_ATOMIC to the list of notmuch
status codes.

Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
---
 bindings/go/pkg/notmuch.go |    1 +
 1 file changed, 1 insertion(+)

diff --git a/bindings/go/pkg/notmuch.go b/bindings/go/pkg/notmuch.go
index e065b54..8faf3bb 100644
--- a/bindings/go/pkg/notmuch.go
+++ b/bindings/go/pkg/notmuch.go
@@ -24,6 +24,7 @@ const (
     STATUS_NULL_POINTER
     STATUS_TAG_TOO_LONG
     STATUS_UNBALANCED_FREEZE_THAW
+    STATUS_UNBALANCED_ATOMIC
 
     STATUS_LAST_STATUS
 )
-- 
1.7.10


Thread: