diff options
Diffstat (limited to 'src/status-table.c')
| -rw-r--r-- | src/status-table.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/status-table.c b/src/status-table.c index 5850a361..1318c8ed 100644 --- a/src/status-table.c +++ b/src/status-table.c @@ -102,6 +102,7 @@ static struct status_table_s status_table[] =    { "NO_SGNR", GPGME_STATUS_NO_SGNR },    { "NODATA", GPGME_STATUS_NODATA },    { "NOTATION_DATA", GPGME_STATUS_NOTATION_DATA }, +  { "NOTATION_FLAGS", GPGME_STATUS_NOTATION_FLAGS },    { "NOTATION_NAME", GPGME_STATUS_NOTATION_NAME },    { "PINENTRY_LAUNCHED", GPGME_STATUS_PINENTRY_LAUNCHED},    { "PKA_TRUST_BAD", GPGME_STATUS_PKA_TRUST_BAD }, | 
