diff options
author | Werner Koch <wk@gnupg.org> | 2009-10-28 13:02:15 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2009-10-28 13:02:15 +0100 |
commit | a1b614285518c1e4928919b905e992f35f4a3224 (patch) | |
tree | b8b0fdbc2459188fcdef689b32b17cf40871f644 /common/status.h | |
parent | 2009-10-20 Marcus Brinkmann <marcus@g10code.com> (diff) | |
download | gnupg2-a1b614285518c1e4928919b905e992f35f4a3224.tar.xz gnupg2-a1b614285518c1e4928919b905e992f35f4a3224.zip |
[scd] Memory leak fix.
[g13] Send MOUNTPOINT status line
Diffstat (limited to 'common/status.h')
-rw-r--r-- | common/status.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/status.h b/common/status.h index a11f2a38c..bb5429dc0 100644 --- a/common/status.h +++ b/common/status.h @@ -124,6 +124,8 @@ enum STATUS_PKA_TRUST_GOOD, STATUS_TRUNCATED, + STATUS_MOUNTPOINT, + STATUS_ERROR }; |