mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
bindings/notmuch2: add missing crypto error status codes
These are needed so that the later codes line up numerically.
This commit is contained in:
parent
f118ef3c3d
commit
baf1202fbc
1 changed files with 3 additions and 0 deletions
|
@ -47,6 +47,9 @@ ffibuilder.cdef(
|
|||
NOTMUCH_STATUS_UPGRADE_REQUIRED,
|
||||
NOTMUCH_STATUS_PATH_ERROR,
|
||||
NOTMUCH_STATUS_ILLEGAL_ARGUMENT,
|
||||
NOTMUCH_STATUS_MALFORMED_CRYPTO_PROTOCOL,
|
||||
NOTMUCH_STATUS_FAILED_CRYPTO_CONTEXT_CREATION,
|
||||
NOTMUCH_STATUS_UNKNOWN_CRYPTO_PROTOCOL,
|
||||
NOTMUCH_STATUS_LAST_STATUS
|
||||
} notmuch_status_t;
|
||||
typedef enum {
|
||||
|
|
Loading…
Reference in a new issue