aboutsummaryrefslogtreecommitdiffhomepage
path: root/bindings
diff options
context:
space:
mode:
authorGravatar Justus Winter <4winter@informatik.uni-hamburg.de>2012-05-09 12:23:08 +0200
committerGravatar David Bremner <bremner@debian.org>2012-05-11 08:28:33 -0300
commitf83a5c6241db308393d9295aedbcfbeff43a53fd (patch)
treee29379dbccd0501ce798982856aa8a66ca8e2d8d /bindings
parent0af7295faf56d5c469a9b47ad253ea5b146b0975 (diff)
go: define the constant STATUS_UNBALANCED_ATOMIC
Add the constant STATUS_UNBALANCED_ATOMIC to the list of notmuch status codes. Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
Diffstat (limited to 'bindings')
-rw-r--r--bindings/go/pkg/notmuch.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/bindings/go/pkg/notmuch.go b/bindings/go/pkg/notmuch.go
index e065b547..8faf3bb1 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
)